From d28cf46629414ef2483caed06646947210a7627b Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Wed, 30 Dec 2015 20:42:10 +0100 Subject: [PATCH] Reduce the size of the clone for people who just build rustc from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5e1ca0c3282..69b0d3a2bf16c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Read ["Installing Rust"] from [The Book]. 2. Clone the [source] with `git`: ```sh - $ git clone https://github.com/rust-lang/rust.git + $ git clone --depth=1 https://github.com/rust-lang/rust.git $ cd rust ```