From df11bc2ff4124efffc5732bd555b7ea72df2fbf6 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:01:38 +0100 Subject: [PATCH] docs: update cargo install args to use `--locked` to make sure, they build Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bd2bb3c..d9ea642d 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,13 @@ Check out the [releases](https://github.com/pace-rs/pace/releases). unstable. ```bash -cargo install --git https://github.com/pace-rs/pace.git pace-rs +cargo install --git https://github.com/pace-rs/pace.git pace-rs --locked ``` ### crates.io ```bash -cargo install pace-rs +cargo install pace-rs --locked ``` ## Usage