Skip to content

Commit f7382e2

Browse files
authored
Merge pull request bisq-network#7286 from bisq-network/alejandrogarcia83-patch-1
Add `--recurse-submodules` to build.md
2 parents 3b0e0b1 + c95d265 commit f7382e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
git clone https://github.com/bisq-network/bisq
77
# if you intend to do testing on the latest release, you can clone the respective branch selectively, without downloading the whole repository
88
# for the 1.9.3 release, you would do it like this:
9-
git clone --branch release/v1.9.3 https://github.com/bisq-network/bisq
9+
git clone --recurse-submodules --branch release/v1.9.3 https://github.com/bisq-network/bisq
1010
cd bisq
1111
```
1212

0 commit comments

Comments
 (0)