mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
update instructions to checkout v0.0.18
This commit is contained in:
parent
23db847065
commit
f875479311
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,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.17
|
git checkout v0.0.18
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -41,7 +41,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.17
|
git checkout v0.0.18
|
||||||
git pull
|
git pull
|
||||||
make clean && make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue