README: Just point to Wiki for build instructions

Change-Id: Ie0f0729986696dcb4c68e96470c7379eb23416d1
This commit is contained in:
Bruno Martins
2020-12-09 19:45:08 +00:00
parent ab69681c1f
commit 29f1e8a799

View File

@@ -4,17 +4,6 @@ LineageOS
Getting started
---------------
To get started with Android/LineageOS, you'll need to get
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
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
```
Then to sync up:
```
repo sync
```
Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.