From 5c36b00d0750da1f31e6ca4212cc029cf1015bf2 Mon Sep 17 00:00:00 2001 From: woodser Date: Sat, 16 Mar 2024 09:43:56 -0400 Subject: [PATCH] instruct to checkout v0.0.19 --- docs/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index f31a16c22a..769ab70d70 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -31,7 +31,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 v0.0.18 +git checkout v0.0.19 make ``` @@ -40,7 +40,7 @@ make If you are updating from a previous version, run from the root of the repository: ``` -git checkout v0.0.18 +git checkout v0.0.19 git pull make clean && make ```