From 655dd188d6b8b43e4f3b1a7e3503af77d25bea63 Mon Sep 17 00:00:00 2001 From: Ali Bektas Date: Sat, 8 Jul 2023 11:59:46 +0200 Subject: [PATCH] Remind user to check $PATH after installation. --- docs/user/manual.adoc | 2 ++ 1 file changed, 2 insertions(+) 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`.