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:
bors[bot] 2020-12-20 15:11:54 +00:00 committed by GitHub
commit 6cfbeb3d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]
----