README: Fix Cloning Mistake

This commit is contained in:
Mohd Faraz 2018-03-31 09:51:25 +05:30 committed by GitHub
parent 9fe869d1c7
commit 1d2930bb98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,11 +47,11 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
To initialize your local repository using the OMNIROM trees to build TWRP, use a command like this: To initialize your local repository using the OMNIROM trees to build TWRP, use a command like this:
repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1 repo init -u git://github.com/PitchBlackTWRP/platform_manifest_twrp_omni.git -b twrp-8.1
To initialize a shallow clone, which will save even more space, use a command like this: 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_omni.git -b twrp-8.1 repo init --depth=1 -u git://github.com/PitchBlackTWRP/platform_manifest_twrp_omni.git -b twrp-8.1
Then to sync up: Then to sync up: