From a75f104878c9aaf3b0ab2182624622422fec0cd6 Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 10 Feb 2017 12:44:26 -0600 Subject: [PATCH] Use the correct url for the new project. Other misc fixes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d19e92..c685a15 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You can send patches by using: Pull request, right here on git. -Contact me on irc, Network: freenode, Channel: #twrp +Contact us on irc, Network: freenode, Channel: #twrp ## Maintaining Authorship ## ---------------------- @@ -46,11 +46,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/lj50036/platform_manifest_twrp_omni.git -b twrp-6.0 + repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 To initialize a shallow clone, which will save even more space, use a command like this: - repo init --depth=1 -u git://github.com/lj50036/platform_manifest_twrp_omni.git -b twrp-6.0 + repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 Then to sync up: