Преглед изворни кода

README: Improved cloning copy.

Mr.doob пре 5 година
родитељ
комит
494729ad84
1 измењених фајлова са 2 додато и 2 уклоњено
  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 ###