From 7665e444c0cb8acaef735d57f19fb4acbab3f8e0 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 8 Oct 2019 09:35:27 +0300 Subject: use lockfile in cargo install --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 44d6ee739..036b51d58 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -45,7 +45,7 @@ should adapt these manual installation instructions: ``` $ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1 $ cd rust-analyzer -$ cargo install --path ./crates/ra_lsp_server/ --force +$ cargo install --path ./crates/ra_lsp_server/ --force --locked $ cd ./editors/code $ npm install $ ./node_modules/vsce/out/vsce package -- cgit v1.2.3