Przeglądaj źródła

Merge pull request #265 from A/patch-1

add "depth 1" to git clone make it faster
Jake Day 6 lat temu
rodzic
commit
3aef30af96
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
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:
 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:
 2. Change directory to linux-surface repo:
   ```
   ```