Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.08 KB

README.mkdn

File metadata and controls

55 lines (39 loc) · 1.08 KB

PalyrimOS

Getting started

To get started with PalyrimOS, you'll need to get familiar with Source Control Tools.

Sync

Initialize local repository

repo init -u https://github.com/PalyrimOS/manifest.git -b thirteen

Sync

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

Build

Set up environment

. build/envsetup.sh

Choose a target

lunch lineage_$device-userdebug

Build the code

mka bacon

Credits:

And more