浏览代码

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 ###