From bff06d2dc0f52e216bea40c7267d197c38fe37fb Mon Sep 17 00:00:00 2001 From: RezaAdi0105 <39455862+rezaadi0105@users.noreply.github.com> Date: Tue, 13 Nov 2018 10:29:08 +0000 Subject: [PATCH] Added If it fails to build --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 775f814..d566654 100644 --- a/README.md +++ b/README.md @@ -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 -b PBRP +$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -bPBRP ``` For Initial Low RAM Devices: ```bash @@ -38,3 +38,9 @@ Then to build: $ mka recoveryimage ``` + +If it fails to build: +```bash + + $ export LC_ALL=C +```