From 3a8d361d4e838637aa992b6319f1433bb1edcaea Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 14 May 2024 10:50:49 -0400 Subject: [PATCH] docs: Update README to revert cargo install instruction since issue is fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11c4a23..4651679 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A CLI tool built for creating Containerfile templates based on the Ublue Communi This is the best way to install as it gives you the opportunity to build for your specific environment. ```bash -cargo install --git https://github.com/blue-build/cli.git --tag v0.8.8 +cargo install --locked blue-build ``` ### Podman/Docker