add "depth 1" to git clone make it faster

This commit is contained in:
Shuvalov Anton 2018-10-06 00:52:35 +07:00 committed by GitHub
parent 57b2329265
commit 29b5cda5dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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