From c95d26579b5165ff6a6acd1288235d6a09ce56c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa?= <117378669+alejandrogarcia83@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:56:04 +0000 Subject: [PATCH] Add `--recurse-submodules` to build.md --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 3c4402e487..89bbe4d938 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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 ```