Add link to scripts

Pointing to devinbileck's install_java scripts.
This commit is contained in:
huey735 2020-06-15 12:01:21 +00:00 committed by GitHub
parent 86062d0ba7
commit 07133421a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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