22 lines
394 B
Markdown
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 ..
|
|
``` |