aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/editors/README.md b/editors/README.md
index 2d6a3f21d..eb1004914 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -1,4 +1,12 @@
1To install experimental VS Code plugin: 1
2Preqrequisites:
3
4In order to build the VS Code plugin, you need to have node.js and npm with
5a minimum version of 10 installed. Please refer to
6[node.js and npm documentation](https://nodejs.org) for installation instructions.
7
8The experimental VS Code plugin can then be built and installed by executing the
9following commands:
2 10
3``` 11```
4$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1 12$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1