mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
instruct to checkout v0.0.19
This commit is contained in:
parent
9c0af85ed8
commit
5c36b00d07
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user