Update README.md

This commit is contained in:
Firewolf 2018-10-07 10:30:28 +06:00 committed by GitHub
parent 33a1adb66b
commit 89307bd295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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/PitchBlack-Recovery/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/PitchBlack-Recovery/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/PitchBlack-Recovery/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/PitchBlack-Recovery/manifest_pb.git -b twrp-6.0
```
Then to sync up:
```bash