manifest/README.md
2024-02-10 12:24:56 +01:00

22 lines
394 B
Markdown

Manifest section for ewol framework:
====================================
Create the tree:
----------------
```{.sh}
mkdir atria_soft
cd atria_soft
island init https://gitea.atria-soft.org/atria-soft/manifest.git
island sync
cd ..
```
Create the tree:
----------------
```{.sh}
mkdir atria_soft
cd atria_soft
island init git@gitea.atria-soft.org:/atria-soft/manifest.git
island sync
cd ..
```