diff options
-rw-r--r-- | editors/README.md | 10 |
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 @@ | |||
1 | To install experimental VS Code plugin: | 1 | |
2 | Preqrequisites: | ||
3 | |||
4 | In order to build the VS Code plugin, you need to have node.js and npm with | ||
5 | a minimum version of 10 installed. Please refer to | ||
6 | [node.js and npm documentation](https://nodejs.org) for installation instructions. | ||
7 | |||
8 | The experimental VS Code plugin can then be built and installed by executing the | ||
9 | following 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 |