diff options
-rw-r--r-- | docs/user/README.md | 4 |
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). |
39 | In order to use them you need to install the client VSCode extension. | 39 | In order to use them you need to install the client VSCode extension. |
40 | 40 | ||
41 | Publishing to VSCode marketplace is currently WIP. Thus you need to clone the repository and install **only** the client extension via | 41 | Publishing 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 | ||
66 | The experimental VS Code plugin can then be built and installed by executing the | 66 | The experimental VS Code plugin can be built and installed by executing the |
67 | following commands: | 67 | following commands: |
68 | 68 | ||
69 | ``` | 69 | ``` |