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:
Gerald Pinder 2024-01-26 06:38:49 -05:00 committed by GitHub
parent 562db1a36c
commit 922dd5efb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.