diff options
Diffstat (limited to 'docs/user/readme.adoc')
-rw-r--r-- | docs/user/readme.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 5f03f068a..77cdd5e1c 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -120,6 +120,8 @@ Alternatively, you can install it from source using the following command: | |||
120 | $ cargo xtask install --server | 120 | $ cargo xtask install --server |
121 | ---- | 121 | ---- |
122 | 122 | ||
123 | If your editor can't find the binary even though the binary is on your `$PATH`, the likely explanation is that it doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment should help. | ||
124 | |||
123 | ==== Arch Linux | 125 | ==== Arch Linux |
124 | 126 | ||
125 | The `rust-analyzer` binary can be installed from AUR (Arch User Repository): | 127 | The `rust-analyzer` binary can be installed from AUR (Arch User Repository): |
@@ -196,7 +198,7 @@ Finally, with your Rust project open, in the command palette, run `LSP: Enable L | |||
196 | 198 | ||
197 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. | 199 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. |
198 | 200 | ||
199 | If you get an error saying `No such file or directory: 'rust-analyzer'` even though the binary is on your `$PATH`, the likely explanation is that Sublime doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment should help. | 201 | If you get an error saying `No such file or directory: 'rust-analyzer'`, see the <<language-server-binary,section on installing the language server binary>>. |
200 | 202 | ||
201 | == Usage | 203 | == Usage |
202 | 204 | ||