From cc8cfafc2967e0fa9798329c30284f36034dd916 Mon Sep 17 00:00:00 2001 From: rezaadi0105 Date: Wed, 13 May 2020 20:19:38 +0700 Subject: [PATCH] manifest: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0534c21..865a2e4 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Getting started To get started with PitchBlack Recovery, you'll need to get 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 -$ 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: ```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: ```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: ```bash $ 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 $ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b android-9.0 ```