aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 3f69a1710..6afe51e8b 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -261,7 +261,8 @@ Installation:
261* You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer) 261* You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer)
262 262
263 263
264### Setting up the `PATH` variable <!-- Update links to this header when changing it! --> 264<!-- Update links to this header when changing it! -->
265### Setting up the `PATH` variable
265 266
266On Unix systems, `rustup` adds `~/.cargo/bin` to `PATH` by modifying the shell's 267On Unix systems, `rustup` adds `~/.cargo/bin` to `PATH` by modifying the shell's
267startup file. Depending on your configuration, your Desktop Environment might not 268startup file. Depending on your configuration, your Desktop Environment might not