Skip to content

ReloadedOS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages