instruct to checkout v0.0.19

This commit is contained in:
woodser 2024-03-16 09:43:56 -04:00
parent 9c0af85ed8
commit 5c36b00d07

View File

@ -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 git clone https://github.com/haveno-dex/haveno.git
cd haveno cd haveno
git checkout v0.0.18 git checkout v0.0.19
make make
``` ```
@ -40,7 +40,7 @@ make
If you are updating from a previous version, run from the root of the repository: 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 git pull
make clean && make make clean && make
``` ```