mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
💁⚡️ use webxoss-assets as submodule
This commit is contained in:
parent
753d706004
commit
ce6e63632e
2 changed files with 6 additions and 3 deletions
|
@ -7,8 +7,10 @@
|
||||||
2. Init / Update submodule
|
2. Init / Update submodule
|
||||||
|
|
||||||
```
|
```
|
||||||
git submodule init
|
git submodule update --init
|
||||||
git submodule update
|
cd webxoss-client
|
||||||
|
git submodule update --init
|
||||||
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Download copyrighted images
|
3. Download copyrighted images
|
||||||
|
@ -16,6 +18,7 @@
|
||||||
```
|
```
|
||||||
cd webxoss-client
|
cd webxoss-client
|
||||||
curl http://webxoss.com/images.tar | tar xv
|
curl http://webxoss.com/images.tar | tar xv
|
||||||
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 710248350eb1f5b4acfa46d971fe9f304822a2dd
|
Subproject commit da44dde1b8ab7f86e8620e738041825391e18c8c
|
Loading…
Reference in a new issue