aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-27 14:56:07 +0000
committerGitHub <[email protected]>2018-12-27 14:56:07 +0000
commit095843119e703a756047dfe25514fdcc93425341 (patch)
tree17104294bfd745116627d8a8dc9436b1b898b067
parent3b820bcca3a66660d0c5960f2a5c8f765095333e (diff)
Clarify installation prodecude
-rw-r--r--editors/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md
index a39ec62b0..ad2ce1695 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -1,6 +1,8 @@
1To install experimental VS Code plugin: 1To install experimental VS Code plugin:
2 2
3``` 3```
4$ git clone https://github.com/rust-analyzer/rust-analyzer.git
5$ cd rust-analyzer
4$ cargo install-code 6$ cargo install-code
5``` 7```
6 8