Use the correct url for the new project.

Other misc fixes.
This commit is contained in:
Joshua 2017-02-10 10:49:25 -06:00
parent 777455a0a8
commit ee660665dc

View file

@ -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](http://source.android.com/download/using-repo).
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-4.4
repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-4.4
To initialize a shallow clone, whcih 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-4.4
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-4.4
Then to sync up:
@ -58,4 +58,4 @@ Then to sync up:
Then to build:
cd <source-dir>; . build/envsetup.sh; brunch <device_name>
cd <source-dir>; . build/envsetup.sh; lunch omni_<device>-eng; mka recoveryimage