diff options
| author | Ali Bektas <bektasali@protonmail.com> | 2023-07-08 11:59:46 +0200 |
|---|---|---|
| committer | Ali Bektas <bektasali@protonmail.com> | 2023-07-08 11:59:46 +0200 |
| commit | 655dd188d6b8b43e4f3b1a7e3503af77d25bea63 (patch) | |
| tree | 325ffab274f7ff89e4026988bd4c6e045b78189a | |
| parent | 2d83bc5bced87541340287ecc9a6ab64fd63c554 (diff) | |
| download | rust-655dd188d6b8b43e4f3b1a7e3503af77d25bea63.tar.gz rust-655dd188d6b8b43e4f3b1a7e3503af77d25bea63.zip | |
Remind user to check $PATH after installation.
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index bd924031e03..bcaebd87c79 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -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`. |
