diff --git a/README.md b/README.md index 4651679..31c1a7a 100644 --- a/README.md +++ b/README.md @@ -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