Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 662 Bytes

ReloadedOS Manifest

Getting started

To get started with ReloadedOS, you'll need to set up a Linux build environment and get familiar with Repo and Git.

To initialize the ReloadedOS sources locally, use a command like this:

 repo init -u https://github.com/ReloadedOS/manifest -b u

Then to sync up:

 repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune --retry-fetches=5 -j$(nproc --all)

Finally, to build

$ source build/envsetup.sh
$ brunch <device>