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

Skip to content
README.mkdn 934 B
Newer Older
Chris Soyars's avatar
Chris Soyars committed
===========

Chris Soyars's avatar
Chris Soyars committed
---------------

To get started with /e/ OS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop).
Chris Soyars's avatar
Chris Soyars committed

To initialize your local repository using the /e/ OS trees, use a command like this:
repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-u --git-lfs
```
Then to sync up:
```
repo sync
```
Please see the [/e/ documentation](https://doc.e.foundation/how-tos/#build-e-for-a-device) for building instructions, by device.
Chris Soyars's avatar
Chris Soyars committed


Submitting patches
------------------
Patches are always welcome! Please submit your patches by opening a Merge Request on the project repository you want to contribute!
Chris Soyars's avatar
Chris Soyars committed


Continuous Integration
Chris Soyars's avatar
Chris Soyars committed
--------

All supported devices are built as new versions are committed to ensuring that the source trees remain buildable.
Chris Soyars's avatar
Chris Soyars committed

Builds produced can be downloaded from the [official website](https://doc.e.foundation/devices/).