소스 검색

README.md: Add more parameters to the shallow clone command

Martin Dünkelmann 5 년 전
부모
커밋
295d1f37da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ To initialize your local repository using the OMNIROM trees to build TWRP, use a
 
 To initialize a shallow clone, which will save even more space, use a command like this:
 
-    repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11
+    repo init --depth=1 --partial-clone --clone-filter=blob:limit=10M -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11
 
 Then to sync up: