mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-22 22:51:02 -04:00
instruct to build v1.1.2
This commit is contained in:
parent
19b8aaaf23
commit
da9cf540e6
1 changed files with 2 additions and 2 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
|
git clone https://github.com/haveno-dex/haveno.git
|
||||||
cd haveno
|
cd haveno
|
||||||
git checkout master
|
git checkout v1.1.2
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -48,7 +48,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 master
|
git checkout v1.1.2
|
||||||
git pull
|
git pull
|
||||||
make clean && make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue