mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Move build prerequisites into build section
This commit is contained in:
parent
c48c0f370a
commit
7fb0311ac8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
You will need the most recent version of VS Code: we don't try to
|
||||||
maintain compatibility with older versions yet.
|
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
|
### Installation from prebuilt binaries
|
||||||
|
|
||||||
We ship prebuilt binaries for Linux, Mac and Windows via
|
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
|
### 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
|
The experimental VS Code plugin can be built and installed by executing the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue