diff --git a/README.mkdn b/README.mkdn index cda44d8aaacb05de69b6d9eb879f77b46c9a3f81..6019746e352a8aca25e1c03576d5d1805b8de52c 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: ```