From 0177ed0847f8f376506aacada2bed78633ea501d Mon Sep 17 00:00:00 2001 From: Nate Duncan Date: Mon, 24 Mar 2025 18:05:57 -0500 Subject: [PATCH] fix: forced Cargo to use lock file on install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3ca7d..e9b81f1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ nix profile install github:zaphar/sheetsui ### Cargo ```sh -cargo install --git https://github.com/zaphar/sheetsui +cargo install --git https://github.com/zaphar/sheetsui --locked ``` ## Running