From 5e4c45be78f5392c24ea8070aef3d8fd01263839 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Jun 2015 16:45:50 +0200 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ...