README.md: Add a section on how to install Toolbox
https://github.com/containers/toolbox/pull/683
This commit is contained in:
parent
59055cf9eb
commit
ba1097a6db
1 changed files with 6 additions and 1 deletions
|
@ -31,6 +31,11 @@ image. On Fedora this is the `fedora-toolbox` image. This image is used to
|
|||
create a toolbox container that seamlessly integrates with the rest of the
|
||||
operating system.
|
||||
|
||||
## Installation
|
||||
|
||||
Toolbox is installed by default on Fedora Silverblue. On other operating
|
||||
systems it's just a matter of installing the `toolbox` package.
|
||||
|
||||
## Usage
|
||||
|
||||
### Create your toolbox container:
|
||||
|
@ -54,7 +59,7 @@ This will create a container called `fedora-toolbox-<version-id>`.
|
|||
[user@hostname ~]$
|
||||
```
|
||||
|
||||
## Dependencies and Installation
|
||||
## Dependencies and Building
|
||||
|
||||
Toolbox requires at least Podman 1.4.0 to work, and uses the Meson build
|
||||
system.
|
||||
|
|
Loading…
Reference in a new issue