Updated guide for clone package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
70f0ef93f8
commit
923e08949b
12
README.md
12
README.md
@ -18,6 +18,18 @@
|
|||||||
git clone https://git.cubetiqs.com/CUBETIQ/express-nodejs-app.git --recurse-submodules --remote-submodules
|
git clone https://git.cubetiqs.com/CUBETIQ/express-nodejs-app.git --recurse-submodules --remote-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Update an existed repository
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git submodule update --init --remote
|
||||||
|
```
|
||||||
|
|
||||||
|
- Add Packages
|
||||||
|
|
||||||
|
```shell
|
||||||
|
mkdir packages && git submodule add https://git.cubetiqs.com/CUBETIQ/ts-common.git packages/ts-common
|
||||||
|
```
|
||||||
|
|
||||||
- Install
|
- Install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user