From f72f9375e4fda26488f57886d0782271e7ac43db Mon Sep 17 00:00:00 2001 From: Sumit Pundir Date: Fri, 14 Jun 2019 19:22:31 +0530 Subject: [PATCH] Update README --- README.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkdn b/README.mkdn index 99a0ee46..6c0de3af 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 https://gitlab.e.foundation/e/os/android.git -b eelo-0.1 +repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-oreo ``` Then to sync up: -- GitLab