Update README.md

This commit is contained in:
HeeroYui 2024-02-10 12:24:56 +01:00
parent 5aa097e39f
commit 1d0896ee7c

View File

@ -4,9 +4,9 @@ Manifest section for ewol framework:
Create the tree: Create the tree:
---------------- ----------------
```{.sh} ```{.sh}
mkdir framework mkdir atria_soft
cd framework cd atria_soft
island init https://github.com/atria-soft/manifest.git island init https://gitea.atria-soft.org/atria-soft/manifest.git
island sync island sync
cd .. cd ..
``` ```
@ -14,9 +14,9 @@ cd ..
Create the tree: Create the tree:
---------------- ----------------
```{.sh} ```{.sh}
mkdir framework mkdir atria_soft
cd framework cd atria_soft
island init git@192.168.1.156:/atria-soft/manifest.git island init git@gitea.atria-soft.org:/atria-soft/manifest.git
island sync island sync
cd .. cd ..
``` ```