From 922dd5efb299698b351f8e770909d422e444c752 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 26 Jan 2024 06:38:49 -0500 Subject: [PATCH] doc: Update README for distrobox usage (#12) I've just realized the images I have been building were great candidates for distrobox users. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1a747e4e..5bb4d460 100644 --- a/README.md +++ b/README.md @@ -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.