소스 검색

Update README.md

[email protected] 5 년 전
부모
커밋
302c7d231a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -66,6 +66,14 @@ function animate() {
 
 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.
+
+```sh
+git clone --depth=30 https://github.com/mrdoob/three.js.git
+```
+
 ### Change log ###
 
 [Releases](https://github.com/mrdoob/three.js/releases)