From 1d2930bb98608c12a8f24dd5a6b33750f60bf759 Mon Sep 17 00:00:00 2001 From: Mohd Faraz Date: Sat, 31 Mar 2018 09:51:25 +0530 Subject: [PATCH] README: Fix Cloning Mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5905327..c1dedb4 100644 --- a/README.md +++ b/README.md @@ -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: - 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: - 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: