aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/README.md')
-rw-r--r--docs/user/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index abf7c013b..a60990ca8 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -38,7 +38,7 @@ We ship prebuilt binaries for Linux, Mac and Windows via
38[GitHub releases](https://github.com/rust-analyzer/rust-analyzer/releases). 38[GitHub releases](https://github.com/rust-analyzer/rust-analyzer/releases).
39In order to use them you need to install the client VSCode extension. 39In order to use them you need to install the client VSCode extension.
40 40
41Publishing to VSCode marketplace is currently WIP. Thus you need to clone the repository and install **only** the client extension via 41Publishing to VSCode marketplace is currently WIP. Thus, you need to clone the repository and install **only** the client extension via
42``` 42```
43$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1 43$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
44$ cd rust-analyzer 44$ cd rust-analyzer
@@ -63,7 +63,7 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer
63 63
64### Installation from sources 64### Installation from sources
65 65
66The experimental VS Code plugin can then be built and installed by executing the 66The experimental VS Code plugin can be built and installed by executing the
67following commands: 67following commands:
68 68
69``` 69```