From 2301e102d58aa8a2fb3075262db7d379ab61110b Mon Sep 17 00:00:00 2001 From: Sumit Pundir Date: Fri, 14 Jun 2019 19:16:59 +0530 Subject: [PATCH] Update README --- README.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkdn b/README.mkdn index cda44d8a..6019746e 100644 --- a/README.mkdn +++ b/README.mkdn @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the LineageOS trees, use a command like this: ``` -repo init -u git://github.com/LineageOS/android.git -b lineage-16.0 +repo init -u git://github.com/LineageOS/android.git -b v1-pie ``` Then to sync up: ``` -- GitLab