Browse Source

README: Improved cloning copy.

Mr.doob 5 years ago
parent
commit
494729ad84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -68,10 +68,10 @@ If everything went well, you should see [this](https://jsfiddle.net/8kubjpL5/).
 
 ### Cloning this repository ###
 
-Use the `depth` parameter to prevent cloning the entire commit history. This will significantly reduce the download size.
+Cloning the repo with all its history results in a ~2GB download. If you don't need the whole history you can use the `depth` parameter to significantly reduce download size.
 
 ```sh
-git clone --depth=30 https://github.com/mrdoob/three.js.git
+git clone --depth=1 https://github.com/mrdoob/three.js.git
 ```
 
 ### Change log ###