mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-14 20:03:07 +00:00
git-subtree-dir: third-party/nwaku git-subtree-split: d94cb7c73631ffd4b934839ba58bc622d331a135
11 lines
258 B
Markdown
11 lines
258 B
Markdown
# Submodules
|
|
|
|
We use Git submodules in the `vendor` directory to track internal Nim
|
|
dependencies. We want to update submodules all at once to avoid issues.
|
|
|
|
```
|
|
git submodule foreach --recursive git submodule update --init
|
|
git submodule update --remote
|
|
```
|
|
|