Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 540 Bytes

README.mkdn

File metadata and controls

17 lines (14 loc) · 540 Bytes

Unofficial UBPorts

Getting started

To get started with Android/UBPorts, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository using the LineageOS trees, use a command like this:

repo init -u https://github.com/Martini-Lab/android.git -b ubports-9

Then to sync up:

repo sync --force-sync --no-tags --no-clone-bundle -j$(nproc --all)