Skip to content

Commit abeadb2

Browse files
bors[bot]dvermd
andauthored
Merge #3077
3077: Move build prerequisites into build section r=matklad a=dvermd Co-authored-by: dvermd <[email protected]>
2 parents c48c0f3 + 7fb0311 commit abeadb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ See [./features.md](./features.md) document for a list of features that are avai
3737
You will need the most recent version of VS Code: we don't try to
3838
maintain compatibility with older versions yet.
3939

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-
4440
### Installation from prebuilt binaries
4541

4642
We ship prebuilt binaries for Linux, Mac and Windows via
@@ -80,6 +76,10 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer
8076

8177
### Installation from sources
8278

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+
8383
The experimental VS Code plugin can be built and installed by executing the
8484
following commands:
8585

0 commit comments

Comments
 (0)