instruct to build v0.0.6 from source
This commit is contained in:
parent
655583477a
commit
89a9f074ea
@ -28,7 +28,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 v0.0.6
|
||||
make
|
||||
```
|
||||
|
||||
@ -37,7 +37,7 @@ make
|
||||
If you are updating from a previous version, run from the root of the repository:
|
||||
|
||||
```
|
||||
git checkout master
|
||||
git checkout v0.0.6
|
||||
git pull
|
||||
make clean && make
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user