aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-08 07:35:52 +0100
committerGitHub <[email protected]>2019-10-08 07:35:52 +0100
commit523d7d2c8210b382146c76927e93f1cc8a6d31e2 (patch)
tree78efb4a2cfbcd2e1857adaa8102f612a6c825692
parentc73193efe29ff4072fd19471fb22cdd2ee05556c (diff)
parent7665e444c0cb8acaef735d57f19fb4acbab3f8e0 (diff)
Merge #1966
1966: use lockfile in cargo install r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--docs/user/README.md2
1 files changed, 1 insertions, 1 deletions
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:
45``` 45```
46$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1 46$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
47$ cd rust-analyzer 47$ cd rust-analyzer
48$ cargo install --path ./crates/ra_lsp_server/ --force 48$ cargo install --path ./crates/ra_lsp_server/ --force --locked
49$ cd ./editors/code 49$ cd ./editors/code
50$ npm install 50$ npm install
51$ ./node_modules/vsce/out/vsce package 51$ ./node_modules/vsce/out/vsce package