docs: Update docker/podman install instructions
This commit is contained in:
parent
3a8d361d4e
commit
a2ca8c6fc9
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue