diff options
Diffstat (limited to 'editors/README.md')
-rw-r--r-- | editors/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md index a39ec62b0..ad2ce1695 100644 --- a/editors/README.md +++ b/editors/README.md | |||
@@ -1,6 +1,8 @@ | |||
1 | To install experimental VS Code plugin: | 1 | To install experimental VS Code plugin: |
2 | 2 | ||
3 | ``` | 3 | ``` |
4 | $ git clone https://github.com/rust-analyzer/rust-analyzer.git | ||
5 | $ cd rust-analyzer | ||
4 | $ cargo install-code | 6 | $ cargo install-code |
5 | ``` | 7 | ``` |
6 | 8 | ||