diff --git a/readme.md b/readme.md index 7198903..1cd5743 100644 --- a/readme.md +++ b/readme.md @@ -15,10 +15,11 @@ Get repo: Create the tree: ---------------- - mkdir WORKING_DIRECTORY - cd WORKING_DIRECTORY - repo init -u https://github.com/HeeroYui/manifest.git + mkdir framework + cd framework + repo init -u https://github.com/atria-soft/manifest.git repo sync -j8 + cd .. Now all is done ...