diff --git a/readme.md b/README.md similarity index 52% rename from readme.md rename to README.md index 3afa17c..e5f570f 100644 --- a/readme.md +++ b/README.md @@ -4,9 +4,9 @@ Manifest section for ewol framework: Create the tree: ---------------- ```{.sh} -mkdir framework -cd framework -island init https://github.com/atria-soft/manifest.git +mkdir atria_soft +cd atria_soft +island init https://gitea.atria-soft.org/atria-soft/manifest.git island sync cd .. ``` @@ -14,9 +14,9 @@ cd .. Create the tree: ---------------- ```{.sh} -mkdir framework -cd framework -island init git@192.168.1.156:/atria-soft/manifest.git +mkdir atria_soft +cd atria_soft +island init git@gitea.atria-soft.org:/atria-soft/manifest.git island sync cd .. ``` \ No newline at end of file