manifest: update readme

This commit is contained in:
rezaadi0105 2020-05-13 20:19:38 +07:00
parent 23e05e6c52
commit cc8cfafc29
1 changed files with 4 additions and 4 deletions

View File

@ -45,9 +45,9 @@ Getting started
To get started with PitchBlack Recovery, you'll need to get To get started with PitchBlack Recovery, you'll need to get
familiar with [Git and Repo](https://source.android.com/source/using-repo.html). familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
To initialize your local repository using the minimal-manifest-twrp omni trees to build PBRP, use a command like this: To initialize your local repository using the minimal-manifest-twrp omni trees to build PBRP with oreo manifest, use a command like this:
```bash ```bash
$ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b PBRP $ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-8.1
``` ```
For Initial Low RAM Devices or older MTK Devices: For Initial Low RAM Devices or older MTK Devices:
```bash ```bash
@ -55,13 +55,13 @@ $ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twr
``` ```
To initialize a shallow clone, which will save even more space, use a command like this: To initialize a shallow clone, which will save even more space, use a command like this:
```bash ```bash
$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b PBRP $ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-8.1
``` ```
For Initial Low RAM Devices: For Initial Low RAM Devices:
```bash ```bash
$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-6.0 $ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twrp-6.0
``` ```
For Upgrade Encryption Devices i.e., POCO, Oneplus 6, Using Stock Oreo or Pie For Upgrade Encryption Devices i.e., POCO, Oneplus 6, Using Stock Oreo or Pie with pie manifest
```bash ```bash
$ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b android-9.0 $ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b android-9.0
``` ```