Do not recommend fetching whole repo for end users

`--depth 1` will make a shallow clone, of master branch only.
This commit is contained in:
Paweł Zmarzły 2019-01-12 18:02:16 +01:00 committed by Aleksey Kladov
parent 8033c81acc
commit ee80a92ed4

View file

@ -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
```