Skip to content

Commit 4f96c6b

Browse files
committed
add installation note for mainnet network
1 parent d3ee734 commit 4f96c6b

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/installing.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# Set up environment
22

3-
These are the steps needed to build Haveno and test it on our test network or locally.
3+
These are the steps needed to build Haveno. You can test it on our test network or locally.
44

5-
## Install dependencies
6-
7-
On Linux and macOS, install Java JDK 21:
8-
9-
```
10-
curl -s "https://get.sdkman.io" | bash
11-
sdk install java 21.0.2.fx-librca
12-
```
5+
> [!note]
6+
> Trying to install Haveno for mainnet?
7+
>
8+
> Find a third party network and use their installer or build their repository. We do not operate or endorse any mainnet network.
139
14-
On Windows, install MSYS2 and Java JDK 21:
10+
## Install dependencies
1511

12+
On Windows, first install MSYS2:
1613
1. Install [MSYS2](https://www.msys2.org/).
1714
2. Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document.
1815
4. Update pacman: `pacman -Syy`
@@ -21,12 +18,17 @@ On Windows, install MSYS2 and Java JDK 21:
2118
64-bit: `pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git`
2219

2320
32-bit: `pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake git`
24-
6. `curl -s "https://get.sdkman.io" | bash`
25-
7. `sdk install java 21.0.2.fx-librca`
21+
22+
Install Java JDK 21:
23+
24+
```
25+
curl -s "https://get.sdkman.io" | bash
26+
sdk install java 21.0.2.fx-librca
27+
```
2628

2729
## Build Haveno
2830

29-
If it's the first time you are building Haveno, run the following commands to download the repository, the needed dependencies, and build the latest release:
31+
If it's the first time you are building Haveno, run the following commands to download the repository, the needed dependencies, and build the latest release. If using a third party network, replace the repository URL with theirs:
3032

3133
```
3234
git clone https://github.com/haveno-dex/haveno.git

0 commit comments

Comments
 (0)