From 97d2b04ed8131ea37748271ec887b9dd128315cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Mon, 16 Dec 2024 19:02:07 +0100 Subject: [PATCH] README: add --locked to install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e98b9..9ab7265 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ git clone https://github.com/RGB-Tools/rgb-lightning-node --recurse-submodules - Then, from the project root, install the `rgb-lightning-node` binary by running: ```sh -cargo install --debug --path . +cargo install --locked --debug --path . ``` ## Run