Skip to content

Commit 85d75e4

Browse files
committed
instruct to build v1.1.2
1 parent 19b8aaa commit 85d75e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If it's the first time you are building Haveno, run the following commands to do
3939
```
4040
git clone https://github.com/haveno-dex/haveno.git
4141
cd haveno
42-
git checkout master
42+
git checkout v1.1.2
4343
make
4444
```
4545

@@ -48,7 +48,7 @@ make
4848
If you are updating from a previous version, run from the root of the repository:
4949

5050
```
51-
git checkout master
51+
git checkout v1.1.2
5252
git pull
5353
make clean && make
5454
```

0 commit comments

Comments
 (0)