Skip to content

Commit

Permalink
doc: Update README for distrobox usage (#12)
Browse files Browse the repository at this point in the history
I've just realized the images I have been building were great candidates
for distrobox users.
  • Loading branch information
gmpinder authored Jan 26, 2024
1 parent 562db1a commit 922dd5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 922dd5e

Please sign in to comment.