LineageOS 22.1

Change-Id: I7338e83dc3877dd897cd438bc67d641b5391c18c
This commit is contained in:
Michael Bestas 2024-12-19 23:23:06 +02:00
parent e4efa3377d
commit b47f626f0e
No known key found for this signature in database
GPG key ID: CC95044519BE6669
3 changed files with 47 additions and 47 deletions

View file

@ -8,7 +8,7 @@ To get started with Android/LineageOS, you'll need to get familiar with [Source
To initialize your local repository using the LineageOS trees, use a command like this:
```
repo init -u https://github.com/LineageOS/android.git -b lineage-22.0 --git-lfs
repo init -u https://github.com/LineageOS/android.git -b lineage-22.1 --git-lfs
```
Then to sync up:
```