We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git submodule update
1 parent 68d08fc commit 1ca2c66Copy full SHA for 1ca2c66
doc/INSTALL.md
@@ -385,7 +385,7 @@ Clone lightning:
385
```
386
git clone https://github.com/ElementsProject/lightning.git
387
cd lightning
388
-git submodule update --init
+git submodule update --init --recursive
389
390
Build and install:
391
tools/refresh-submodules.sh
@@ -38,5 +38,5 @@ if [ "$(git submodule status "$@" | grep -c '^ ')" != $# ]; then
38
echo Reinitializing submodules "$@" ...
39
git submodule sync "$@"
40
rm -rf "$@"
41
- git submodule update --init "$@"
+ git submodule update --init --recursive "$@"
42
fi
0 commit comments