aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/manual.adoc')
-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----