From f875479311b8bb85423065a30aa388ef97c1fa5f Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 19 Feb 2024 17:27:00 -0500 Subject: [PATCH] update instructions to checkout v0.0.18 --- docs/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index 0058e2cf7e..ac684a3b1d 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -32,7 +32,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.17 +git checkout v0.0.18 make ``` @@ -41,7 +41,7 @@ make If you are updating from a previous version, run from the root of the repository: ``` -git checkout v0.0.17 +git checkout v0.0.18 git pull make clean && make ```