Document the version requirements for building from source

This commit is contained in:
Laurențiu Nicola 2020-12-20 17:10:54 +02:00
parent 02fb3cb542
commit 0ecb224d75

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