docs: Update docker/podman install instructions

This commit is contained in:
Gerald Pinder 2024-05-14 10:58:12 -04:00
parent 3a8d361d4e
commit a2ca8c6fc9

View file

@ -69,7 +69,11 @@ cargo install --locked blue-build
This will install the binary on your system in `/usr/local/bin`. This is only a `linux-gnu` version.
```bash
podman run --rm ghcr.io/blue-build/cli:latest-installer | bash
podman run --pull always --rm ghcr.io/blue-build/cli:latest-installer | bash
```
```bash
docker run --pull always --rm ghcr.io/blue-build/cli:latest-installer | bash
```
### Nix Flake