From a2ca8c6fc9c8f377959d6f775bbb39b23e2e5e46 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 14 May 2024 10:58:12 -0400 Subject: [PATCH] docs: Update docker/podman install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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