instruct to build v1.1.2

This commit is contained in:
woodser 2025-07-09 06:54:42 -04:00 committed by GitHub
parent 19b8aaaf23
commit da9cf540e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```