This commit is contained in:
RezaAdi0105 2018-11-13 10:37:27 +00:00 committed by GitHub
parent bff06d2dc0
commit 21371a1fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $ 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 -bPBRP
$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b PBRP
```
For Initial Low RAM Devices:
```bash