From 631a7601bd2422bd22c1b6d0a5e226f246e4ded5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garci=CC=81a?= Date: Thu, 11 Jul 2024 13:01:26 +0200 Subject: [PATCH] Use --locked in installation docs --- crates/bws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/README.md b/crates/bws/README.md index 2b9c8c99c..524a168ad 100644 --- a/crates/bws/README.md +++ b/crates/bws/README.md @@ -13,7 +13,7 @@ We offer three ways to install bws: Download bws via `cargo` from [crates.io](https://crates.io): ```bash -cargo install bws +cargo install bws --locked ``` ### Install Script (from GitHub Releases)