mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Document the version requirements for building from source
This commit is contained in:
parent
02fb3cb542
commit
0ecb224d75
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ $ chmod +x ~/.local/bin/rust-analyzer
|
||||||
|
|
||||||
Ensure `~/.local/bin` is listed in the `$PATH` variable.
|
Ensure `~/.local/bin` is listed in the `$PATH` variable.
|
||||||
|
|
||||||
Alternatively, you can install it from source using the following command:
|
Alternatively, you can install it from source using the command below. You'll need the latest stable version of the Rust toolchain.
|
||||||
|
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue