From 882f0d355f5b849bc8863d77e03d8b3d932e9cc6 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 26 May 2023 15:27:03 -0400 Subject: [PATCH] update installing.md: export JAVA_HOME, stagenet online --- docs/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: