Skip to content

Commit

Permalink
install: up to date fedora version
Browse files Browse the repository at this point in the history
- use the front matter for updating
  • Loading branch information
jimmac committed Jan 11, 2024
1 parent 530e911 commit 382ccc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default
fedora-version: 39
---

## Installation
Expand All @@ -11,7 +12,7 @@ Toolbx is installed by default on [Fedora Silverblue](https://fedoraproject.org/
### Create your toolbx container:
```console
[user@hostname ~]$ toolbox create
Created container: fedora-toolbox-36
Created container: fedora-toolbox-{{ page.fedora-version }}
Enter with: toolbox enter
[user@hostname ~]$
```
Expand All @@ -25,7 +26,7 @@ This will create a container called `fedora-toolbox-<version-id>`.

### Remove a toolbx container:
```console
[user@hostname ~]$ toolbox rm fedora-toolbox-36
[user@hostname ~]$ toolbox rm fedora-toolbox-{{ page.fedora-version }}
[user@hostname ~]$
```

Expand Down

0 comments on commit 382ccc2

Please sign in to comment.