diff options
-rw-r--r-- | docs/user/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 6afe51e8b..14ca6fd64 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -37,10 +37,6 @@ See [./features.md](./features.md) document for a list of features that are avai | |||
37 | You will need the most recent version of VS Code: we don't try to | 37 | You will need the most recent version of VS Code: we don't try to |
38 | maintain compatibility with older versions yet. | 38 | maintain compatibility with older versions yet. |
39 | 39 | ||
40 | In order to build the VS Code plugin from sources, you need to have node.js and npm with | ||
41 | a minimum version of 12 installed. Please refer to | ||
42 | [node.js and npm documentation](https://nodejs.org) for installation instructions. | ||
43 | |||
44 | ### Installation from prebuilt binaries | 40 | ### Installation from prebuilt binaries |
45 | 41 | ||
46 | We ship prebuilt binaries for Linux, Mac and Windows via | 42 | We ship prebuilt binaries for Linux, Mac and Windows via |
@@ -80,6 +76,10 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer | |||
80 | 76 | ||
81 | ### Installation from sources | 77 | ### Installation from sources |
82 | 78 | ||
79 | In order to build the VS Code plugin from sources, you need to have node.js and npm with | ||
80 | a minimum version of 12 installed. Please refer to | ||
81 | [node.js and npm documentation](https://nodejs.org) for installation instructions. | ||
82 | |||
83 | The experimental VS Code plugin can be built and installed by executing the | 83 | The experimental VS Code plugin can be built and installed by executing the |
84 | following commands: | 84 | following commands: |
85 | 85 | ||