Unnamed repository; edit this file 'description' to name the repository.
Remind user to check $PATH after installation.
Ali Bektas 2023-07-08
parent 2d83bc5 · commit 655dd18
-rw-r--r--docs/user/manual.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index bd924031e0..bcaebd87c7 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`.