aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/readme.adoc')
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 60113e1e0..76d065d35 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -121,7 +121,7 @@ $ curl -L https://github.com/rust-analyzer/rust-analyzer/releases/latest/downloa
121$ chmod +x ~/.local/bin/rust-analyzer 121$ chmod +x ~/.local/bin/rust-analyzer
122---- 122----
123 123
124Ensure `~/cargo/bin` is listed in the `$PATH` variable. 124Ensure `~/.local/bin` is listed in the `$PATH` variable.
125 125
126Alternatively, you can install it from source using the following command: 126Alternatively, you can install it from source using the following command:
127 127