README.bd: Fix local_manifests clone instruction
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
diff --git a/README.md b/README.md
index b80181c..c104dc2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@
mkdir aosp-repo
cd aosp-repo
repo init -u https://android.googlesource.com/platform/manifest -b master
-git clone git@github.com:pundiramit/android-local-manifests.git .repo/local_manifests -b master
+git clone https://github.com/pundiramit/android-local-manifests.git .repo/local_manifests -b master
repo sync -j$nproc
source build/envsetup.sh
lunch beryllium-userdebug