Update readme.md

This commit is contained in:
Edouard DUPIN 2015-06-15 16:45:50 +02:00
parent be5a5bc490
commit 5e4c45be78

View File

@ -15,10 +15,11 @@ Get repo:
Create the tree: Create the tree:
---------------- ----------------
mkdir WORKING_DIRECTORY mkdir framework
cd WORKING_DIRECTORY cd framework
repo init -u https://github.com/HeeroYui/manifest.git repo init -u https://github.com/atria-soft/manifest.git
repo sync -j8 repo sync -j8
cd ..
Now all is done ... Now all is done ...