diff --git a/editors/README.md b/editors/README.md
index a39ec62b0aa..ad2ce16954f 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -1,6 +1,8 @@
 To install experimental VS Code plugin:
 
 ```
+$ git clone https://github.com/rust-analyzer/rust-analyzer.git
+$ cd rust-analyzer
 $ cargo install-code
 ```