Skip to content

TeamGlade/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Glade Rom TG-3.0

Installing Repo

# Make a directory where Repo will be stored and add it to the path
$ mkdir ~/bin
$ PATH=~/bin:$PATH

# Download Repo itself
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

# Make Repo executable
$ chmod a+x ~/bin/repo

Initializing Glade Repos

# Create a directory for the source files
# This can be located anywhere (as long as the fs is case-sensitive)
$ mkdir WORKSPACE
$ cd WORKSPACE

# Install Repo in the created directory
$ repo init -u https://github.com/TeamGlade/android.git -b tg-3.0

Downloading Glade Repos

# Start by synchronising the source codes to your local drive
$ repo sync -j# -f --no-clone-bundle
# = No.of jobs you want
$ For example: repo sync -j4 -f --no-clone-bundle
(*Note:This will consume a lot of network data)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published