diff --git a/README.md b/README.md index 9bb7d6c..d05197a 100644 --- a/README.md +++ b/README.md @@ -47,19 +47,19 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html). To initialize your local repository using the OMNIROM trees to build PBRP, use a command like this: ```bash -    repo init -u git://github.com/PitchBlackTWRP/manifest_pb.git -b PBRP +repo init -u git://github.com/PitchBlackTWRP/manifest_pb.git -b PBRP ``` For Initial Low RAM Devices or older MTK Devices: ```bash -    repo init -u git://github.com/PitchBlackTWRP/manifest_pb.git -b twrp-6.0 +repo init -u git://github.com/PitchBlackTWRP/manifest_pb.git -b twrp-6.0 ``` To initialize a shallow clone, which will save even more space, use a command like this: ```bash -    repo init --depth=1 -u git://github.com/PitchBlackTWRP/manifest_pb.git -b PBRP +repo init --depth=1 -u git://github.com/PitchBlackTWRP/manifest_pb.git -b PBRP ``` For Initial Low RAM Devices: ```bash -    repo init --depth=1 -u git://github.com/PitchBlackTWRP/manifest_pb.git -b twrp-6.0 +repo init --depth=1 -u git://github.com/PitchBlackTWRP/manifest_pb.git -b twrp-6.0 ``` Then to sync up: ```bash