Mention node.js requirement in readme
This commit is contained in:
parent
ffd407afff
commit
943c064ffc
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
|||
To install experimental VS Code plugin:
|
||||
|
||||
Preqrequisites:
|
||||
|
||||
In order to build the VS Code plugin, you need to have node.js and npm with
|
||||
a minimum version of 10 installed. Please refer to
|
||||
[node.js and npm documentation](https://nodejs.org) for installation instructions.
|
||||
|
||||
The experimental VS Code plugin can then be built and installed by executing the
|
||||
following commands:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
|
||||
|
|
Loading…
Add table
Reference in a new issue