summaryrefslogtreecommitdiffstats
path: root/README.mkdn
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-08-07 03:05:34 +0300
committerRashed Abdel-Tawab <rashed@linux.com>2018-08-10 18:48:09 -0700
commit961c39987fb914dd9ce049ba6d115347692e10a6 (patch)
tree84bfe78e455b79fba155d2287945e91c48889503 /README.mkdn
parente7c2302f44530bd7ed834f423a31be9d77dad14c (diff)
downloadandroid-961c39987fb914dd9ce049ba6d115347692e10a6.tar.gz
android-961c39987fb914dd9ce049ba6d115347692e10a6.tar.bz2
android-961c39987fb914dd9ce049ba6d115347692e10a6.zip
Initial manifest changes for Pie
Change-Id: I5bf105581ff9d9a03da32664ed16150ee5b462da
Diffstat (limited to 'README.mkdn')
-rw-r--r--README.mkdn2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mkdn b/README.mkdn
index 93302541..cda44d8a 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-15.1
+repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
```
Then to sync up:
```