Hint creating submodules using update --init in build.md [skip ci] (#745)
This commit is contained in:
parent
7c380d0156
commit
bb3c95ea4e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ $ git clone https://github.com/babashka/babashka --recursive
|
||||||
To update later on:
|
To update later on:
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
$ git submodule update --recursive
|
$ git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue