forked from mirrors/webxoss-core
💁⚡️ 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
|
||||
|
||||
```
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule update --init
|
||||
cd webxoss-client
|
||||
git submodule update --init
|
||||
cd -
|
||||
```
|
||||
|
||||
3. Download copyrighted images
|
||||
|
@ -16,6 +18,7 @@
|
|||
```
|
||||
cd webxoss-client
|
||||
curl http://webxoss.com/images.tar | tar xv
|
||||
cd -
|
||||
```
|
||||
|
||||
Note:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 710248350eb1f5b4acfa46d971fe9f304822a2dd
|
||||
Subproject commit da44dde1b8ab7f86e8620e738041825391e18c8c
|
Loading…
Reference in a new issue