Hint creating submodules using update --init in build.md [skip ci] (#745)

This commit is contained in:
Kamil Toman 2021-03-03 13:49:14 +01:00 committed by GitHub
parent 7c380d0156
commit bb3c95ea4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ $ git clone https://github.com/babashka/babashka --recursive
To update later on:
``` shellsession
$ git submodule update --recursive
$ git submodule update --init --recursive
```
## Build