From 89a9f074ea7b7b9eaf6281669bc531457bdc5d6d Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 5 Jun 2023 07:53:57 -0400 Subject: [PATCH] instruct to build v0.0.6 from source --- docs/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index 28c773e6..b5145dfe 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -28,7 +28,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 v0.0.6 make ``` @@ -37,7 +37,7 @@ make If you are updating from a previous version, run from the root of the repository: ``` -git checkout master +git checkout v0.0.6 git pull make clean && make ```