diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-10 06:53:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-10 06:53:42 +0000 |
commit | abeadb29cea2ecf158bf89eb0da5498dfebbaea9 (patch) | |
tree | 166adf36533c3f1b4d175c265336187b39be0b67 /docs | |
parent | c48c0f370a6d02c7065864c8eb761cf9e4ba2363 (diff) | |
parent | 7fb0311ac8d75b7af9fbf2fa31873824a54ce4e8 (diff) |
Merge #3077
3077: Move build prerequisites into build section r=matklad a=dvermd
Co-authored-by: dvermd <[email protected]>
Diffstat (limited to 'docs')
-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 | ||