doc: Update README for distrobox usage (#12)
I've just realized the images I have been building were great candidates for distrobox users.
This commit is contained in:
parent
562db1a36c
commit
922dd5efb2
1 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,15 @@ BlueBuild's command line program that builds Containerfiles and custom images ba
|
|||
|
||||
## Installation
|
||||
|
||||
### Distrobox
|
||||
|
||||
We package a `fedora-toolbox` and `alpine` image with all the tools needed to run `bb`. You can use `distrobox` to run the application without needing to install it on your machine.
|
||||
|
||||
```bash
|
||||
distrobox create blue-build --image ghcr.io/blue-build/cli
|
||||
distrobox enter blue-build
|
||||
```
|
||||
|
||||
### Cargo
|
||||
|
||||
This is the best way to install as it gives you the opportunity to bulid for your specific environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue