mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add --recurse-submodules
to build.md
This commit is contained in:
parent
1f1c768313
commit
c95d26579b
@ -6,7 +6,7 @@
|
|||||||
git clone https://github.com/bisq-network/bisq
|
git clone https://github.com/bisq-network/bisq
|
||||||
# if you intend to do testing on the latest release, you can clone the respective branch selectively, without downloading the whole repository
|
# if you intend to do testing on the latest release, you can clone the respective branch selectively, without downloading the whole repository
|
||||||
# for the 1.9.3 release, you would do it like this:
|
# for the 1.9.3 release, you would do it like this:
|
||||||
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
|
||||||
cd bisq
|
cd bisq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user