diff --git a/editors/README.md b/editors/README.md index a63ced72559..5b09750e6df 100644 --- a/editors/README.md +++ b/editors/README.md @@ -1,7 +1,7 @@ To install experimental VS Code plugin: ``` -$ git clone https://github.com/rust-analyzer/rust-analyzer.git +$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1 $ cd rust-analyzer $ cargo install-code ```