aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-12-20 15:10:54 +0000
committerLaurenČ›iu Nicola <[email protected]>2020-12-20 15:10:54 +0000
commit0ecb224d7565d28ad6bd5903e651dd056f73bd89 (patch)
treec7515fe700a29d22eb124d07a20c9931f81ced02 /docs/user
parent02fb3cb542c676ffcd627d5ac5092aa3a5d71d30 (diff)
Document the version requirements for building from source
Diffstat (limited to 'docs/user')
-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----