From 07133421a6cdffaa4346a31d12d40c2bd1423ccf Mon Sep 17 00:00:00 2001 From: huey735 <44140017+huey735@users.noreply.github.com> Date: Mon, 15 Jun 2020 12:01:21 +0000 Subject: [PATCH] Add link to scripts Pointing to devinbileck's install_java scripts. --- docs/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index 2895a689622..ca3ab064572 100644 --- a/docs/build.md +++ b/docs/build.md @@ -22,7 +22,7 @@ You do _not_ need to install Gradle to complete the following command. The `grad ./gradlew build If on Windows run `gradlew.bat build` instead. - +If in need to install JAVA check out - https://github.com/bisq-network/bisq/tree/master/scripts ## Run @@ -33,7 +33,7 @@ Note: bisq runs fine on jdk10 and jdk11. jdk12 is currently not supported. ./bisq-desktop If on Windows use the `bisq-desktop.bat` script instead. - +If in need to install JAVA checkout the install_java scripts at https://github.com/bisq-network/bisq/tree/master/scripts ## See also