mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
Remind user to check $PATH after installation.
This commit is contained in:
parent
2d83bc5bce
commit
655dd188d6
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ If you're not using Code, you can compile and install only the LSP server:
|
|||
$ cargo xtask install --server
|
||||
----
|
||||
|
||||
Make sure that `.cargo/bin` is in `$PATH` and precedes paths where `rust-analyzer` may also be installed.
|
||||
|
||||
=== rust-analyzer Language Server Binary
|
||||
|
||||
Other editors generally require the `rust-analyzer` binary to be in `$PATH`.
|
||||
|
|
Loading…
Reference in a new issue