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:
----------------
```{.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 ..
```