22 lines
373 B
Markdown
22 lines
373 B
Markdown
Manifest section for ewol framework:
|
|
====================================
|
|
|
|
Create the tree:
|
|
----------------
|
|
```{.sh}
|
|
mkdir framework
|
|
cd framework
|
|
island init https://github.com/atria-soft/manifest.git
|
|
island sync
|
|
cd ..
|
|
```
|
|
|
|
Create the tree:
|
|
----------------
|
|
```{.sh}
|
|
mkdir framework
|
|
cd framework
|
|
island init git@192.168.1.156:/atria-soft/manifest.git
|
|
island sync
|
|
cd ..
|
|
``` |