From 7fb0311ac8d75b7af9fbf2fa31873824a54ce4e8 Mon Sep 17 00:00:00 2001 From: dvermd <315743+dvermd@users.noreply.github.com> Date: Mon, 10 Feb 2020 06:55:10 +0100 Subject: Move build prerequisites into build section --- docs/user/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 You will need the most recent version of VS Code: we don't try to maintain compatibility with older versions yet. -In order to build the VS Code plugin from sources, you need to have node.js and npm with -a minimum version of 12 installed. Please refer to -[node.js and npm documentation](https://nodejs.org) for installation instructions. - ### Installation from prebuilt binaries We ship prebuilt binaries for Linux, Mac and Windows via @@ -80,6 +76,10 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer ### Installation from sources +In order to build the VS Code plugin from sources, you need to have node.js and npm with +a minimum version of 12 installed. Please refer to +[node.js and npm documentation](https://nodejs.org) for installation instructions. + The experimental VS Code plugin can be built and installed by executing the following commands: -- cgit v1.2.3