From ee80a92ed4245f1b6e2b11127c8636b63930073d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zmarz=C5=82y?= Date: Sat, 12 Jan 2019 18:02:16 +0100 Subject: Do not recommend fetching whole repo for end users `--depth 1` will make a shallow clone, of master branch only. --- editors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/README.md b/editors/README.md index a63ced725..5b09750e6 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 ``` -- cgit v1.2.3