We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0e0b1 + c95d265 commit f7382e2Copy full SHA for f7382e2
docs/build.md
@@ -6,7 +6,7 @@
6
git clone https://github.com/bisq-network/bisq
7
# if you intend to do testing on the latest release, you can clone the respective branch selectively, without downloading the whole repository
8
# 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
+ git clone --recurse-submodules --branch release/v1.9.3 https://github.com/bisq-network/bisq
10
cd bisq
11
```
12
0 commit comments