aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorGünter Zöchbauer <[email protected]>2020-04-26 18:40:13 +0100
committerGitHub <[email protected]>2020-04-26 18:40:13 +0100
commit999e3312e08de144c1f23bccd20a9f35f1680a38 (patch)
tree86638752202824e539263b25928bd363c65e48ba /docs/user
parent5df4a79951cde6eb84873ee239598993d0b6858f (diff)
Add missing .
Diffstat (limited to 'docs/user')
-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