mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #6961
6961: Document the version requirements for building from source r=lnicola a=lnicola Fixes #6667 bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
6cfbeb3d58
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.
|
||||
|
||||
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]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue