]> git.lizzy.rs Git - rust.git/commitdiff
Mention node.js requirement in readme
authorMatthias Einwag <matthias.einwag@live.com>
Sun, 10 Feb 2019 21:09:33 +0000 (13:09 -0800)
committerMatthias Einwag <matthias.einwag@live.com>
Sun, 10 Feb 2019 21:09:33 +0000 (13:09 -0800)
editors/README.md

index 2d6a3f21d03e6af29a4c2672640c321e1b5f5e90..eb1004914903d8ebfd09ae30b6d59acb8e2972dd 100644 (file)
@@ -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