From da9cf540e6038173d7c30d1b5521065789d53d4c Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 9 Jul 2025 06:54:42 -0400 Subject: [PATCH] instruct to build v1.1.2 --- docs/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index eefd844ce6..da1e3bf3a7 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -39,7 +39,7 @@ If it's the first time you are building Haveno, run the following commands to do ``` git clone https://github.com/haveno-dex/haveno.git cd haveno -git checkout master +git checkout v1.1.2 make ``` @@ -48,7 +48,7 @@ make If you are updating from a previous version, run from the root of the repository: ``` -git checkout master +git checkout v1.1.2 git pull make clean && make ```