aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
diff options
context:
space:
mode:
authordvermd <[email protected]>2020-02-10 05:55:10 +0000
committerGitHub <[email protected]>2020-02-10 05:55:10 +0000
commit7fb0311ac8d75b7af9fbf2fa31873824a54ce4e8 (patch)
tree166adf36533c3f1b4d175c265336187b39be0b67 /docs/user/README.md
parentc48c0f370a6d02c7065864c8eb761cf9e4ba2363 (diff)
Move build prerequisites into build section
Diffstat (limited to 'docs/user/README.md')
-rw-r--r--docs/user/README.md8
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
37You will need the most recent version of VS Code: we don't try to 37You will need the most recent version of VS Code: we don't try to
38maintain compatibility with older versions yet. 38maintain compatibility with older versions yet.
39 39
40In order to build the VS Code plugin from sources, you need to have node.js and npm with
41a 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
46We ship prebuilt binaries for Linux, Mac and Windows via 42We 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
79In order to build the VS Code plugin from sources, you need to have node.js and npm with
80a minimum version of 12 installed. Please refer to
81[node.js and npm documentation](https://nodejs.org) for installation instructions.
82
83The experimental VS Code plugin can be built and installed by executing the 83The experimental VS Code plugin can be built and installed by executing the
84following commands: 84following commands:
85 85