mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-12 10:30:46 -04:00
update instructions to use v1.2.0 (#1914)
This commit is contained in:
parent
4ca091940e
commit
b76a556487
4 changed files with 11 additions and 11 deletions
|
@ -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 v1.1.2
|
||||
git checkout v1.2.0
|
||||
make
|
||||
```
|
||||
|
||||
|
@ -48,7 +48,7 @@ make
|
|||
If you are updating from a previous version, run from the root of the repository:
|
||||
|
||||
```
|
||||
git checkout v1.1.2
|
||||
git checkout v1.2.0
|
||||
git pull
|
||||
make clean && make
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue