Remind user to check $PATH after installation.

This commit is contained in:
Ali Bektas 2023-07-08 11:59:46 +02:00
parent 2d83bc5bce
commit 655dd188d6

View file

@ -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`.