mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
instruct to checkout v0.0.19
This commit is contained in:
parent
9c0af85ed8
commit
5c36b00d07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue