Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --recurse-submodules to build.md #7286

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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
# 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
```

Expand Down
Loading