Lineage 18.1

Change-Id: Ibf700c94081f1e80caf6ad0e1d9a5057a5e27a5b
This commit is contained in:
Michael Bestas 2020-12-12 00:51:09 +02:00 committed by Luca Stefani
parent b765901e2a
commit 3c9029fd49
3 changed files with 44 additions and 44 deletions

View file

@ -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-18.0
repo init -u git://github.com/LineageOS/android.git -b lineage-18.1
```
Then to sync up:
```