From 7b96d1da81721aa5e7a6a00cf8df05a5ff0f68b7 Mon Sep 17 00:00:00 2001 From: w0000000t <95026987+w0000000t@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:23:06 +0200 Subject: [PATCH] add tutorial to clone exclusively specific branch --- docs/build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build.md b/docs/build.md index f2c68aa7f2..bab67dae00 100644 --- a/docs/build.md +++ b/docs/build.md @@ -29,6 +29,9 @@ ```sh 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 cd bisq ```