Forráskód Böngészése

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

Martin Dünkelmann 5 éve
szülő
commit
295d1f37da
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: