diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/readme.adoc | 2 |
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 | ||
124 | Ensure `~/cargo/bin` is listed in the `$PATH` variable. | 124 | Ensure `~/.local/bin` is listed in the `$PATH` variable. |
125 | 125 | ||
126 | Alternatively, you can install it from source using the following command: | 126 | Alternatively, you can install it from source using the following command: |
127 | 127 | ||