aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-20 15:11:54 +0000
committerGitHub <[email protected]>2020-12-20 15:11:54 +0000
commit6cfbeb3d585e03caeddcefba407c22a9d0bc658e (patch)
tree711c914f58abbf3b902fa3a37f599d64ec2d72c5
parent8eea4c9d3bdb4e35810e11983002404ef7ac29cc (diff)
parent0ecb224d7565d28ad6bd5903e651dd056f73bd89 (diff)
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 <[email protected]>
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 1ec6e81bb..f21806f0b 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -160,7 +160,7 @@ $ chmod +x ~/.local/bin/rust-analyzer
160 160
161Ensure `~/.local/bin` is listed in the `$PATH` variable. 161Ensure `~/.local/bin` is listed in the `$PATH` variable.
162 162
163Alternatively, you can install it from source using the following command: 163Alternatively, you can install it from source using the command below. You'll need the latest stable version of the Rust toolchain.
164 164
165[source,bash] 165[source,bash]
166---- 166----