aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55d91a70a..f5ee4263d 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,10 @@ To quickly install rust-analyzer with VS Code extension with standard setup
33$ git clone https://github.com/rust-analyzer/rust-analyzer && cd rust-analyzer 33$ git clone https://github.com/rust-analyzer/rust-analyzer && cd rust-analyzer
34 34
35# install both the language server and VS Code extension 35# install both the language server and VS Code extension
36$ cargo install-ra 36$ cargo xtask install
37 37
38# alternatively, install only the server. Binary name is `ra_lsp_server`. 38# alternatively, install only the server. Binary name is `ra_lsp_server`.
39$ cargo install-ra --server 39$ cargo xtask install --server
40``` 40```
41 41
42For non-standard setup of VS Code and other editors, see [./docs/user](./docs/user). 42For non-standard setup of VS Code and other editors, see [./docs/user](./docs/user).