From 29b5cda5dd86231d584aeb922d9cfafc63e00d46 Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Sat, 6 Oct 2018 00:52:35 +0700 Subject: [PATCH] add "depth 1" to git clone make it faster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3df266e..2fb9a401b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You will need to download the image, headers and libc-dev deb files for the vers ``` 1. Clone the linux-surface repo: ``` - git clone https://github.com/jakeday/linux-surface.git ~/linux-surface + git clone --depth 1 https://github.com/jakeday/linux-surface.git ~/linux-surface ``` 2. Change directory to linux-surface repo: ```