diff --git a/docs/installing.md b/docs/installing.md index 6729df44ee..28c773e6c6 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -4,7 +4,10 @@ These are the steps needed to build Haveno and test it on our test network or lo ## Install dependencies -On Ubuntu: `sudo apt install make wget git openjdk-11-jdk` +On Ubuntu: + + 1. `sudo apt install make wget git openjdk-11-jdk`. + 2. If `echo $JAVA_HOME` does not print the path to JDK 11, then `export JAVA_HOME=/path/to/jdk` (e.g. `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk`). On Windows: @@ -49,9 +52,6 @@ On **Windows**: remove everything inside `~\AppData\Roaming\haveno-*/xmr_stagene ## Join the public test network -> **Note** -> The public test network is currently offline. [Run a local test network](#run-a-local-test-network) instead. - If you want to try Haveno in a live setup, launch a Haveno instance that will connect to other peers on our public test environment, which runs on Monero's stagenet (you won't need to download the blockchain locally). You'll be able to make test trades with other users and have a preview of Haveno's trade protocol in action. Note that development is very much ongoing. Things are slow and might break. Steps: