Add missing .

This commit is contained in:
Günter Zöchbauer 2020-04-26 19:40:13 +02:00 committed by GitHub
parent 5df4a79951
commit 999e3312e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ $ curl -L https://github.com/rust-analyzer/rust-analyzer/releases/latest/downloa
$ chmod +x ~/.local/bin/rust-analyzer
----
Ensure `~/cargo/bin` is listed in the `$PATH` variable.
Ensure `~/.local/bin` is listed in the `$PATH` variable.
Alternatively, you can install it from source using the following command: