mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
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:
parent
8033c81acc
commit
ee80a92ed4
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user