diff --git a/README.md b/README.md index c790234..d571866 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 https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1-macOS 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 https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1-macOS Then to sync up: