Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 352 Bytes

README.mkdn

File metadata and controls

15 lines (12 loc) · 352 Bytes

Get Repo

mkdir ~/bin
export PATH=~/bin:$PATH
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo

Syncing the Source

mkdir ~/fnv
cd ~/fnv
repo init -u https://github.com/FruitsAndVeggies/platform_manifest -b jb
repo sync -j16