Skip to content

Manifest to check out the SUASecLab's source code.

Notifications You must be signed in to change notification settings

SUASecLab/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

SUASecLab

Fist steps

Before being able to start changing any source code, you have to get a copy of it. The SUASecLab uses the repo tool for source code management (overlay for git to handle many repositories). You can find more information about repo at the website of the Android developers.

To obtain a copy of the source code, run the following:

mkdir SUASecLab
cd SUASecLab
repo init -u git@github.com:SUASecLab/manifest.git -b default

You can now clone the code (or get code updates) with the following command:

repo sync

About

Manifest to check out the SUASecLab's source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published