manifest: Removed Spaces

This commit is contained in:
Mohd Faraz 2018-08-21 12:05:23 +05:30 committed by GitHub
parent eaaa572ed5
commit 33a1adb66b
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/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