Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63ab6448 authored by Romain Hunault's avatar Romain Hunault
Browse files

Update documentation

parent 860388e3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -33,12 +33,18 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.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 cm-14.1
    repo init -u https://gitlab.e.foundation/e/os/android.git -b eelo-0.1

Then to sync up:

    repo sync

If you have network issue during sync, try to sync with

    repo sync -c -f -j4 --force-sync --no-clone-bundle --no-tags

Please adjust `-j` to suit your needs. Find help [here](https://source.android.com/setup/build/known-issues) and [here](https://source.android.com/setup/build/downloading#troubleshooting-network-issues) for sync issues.

Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions.