Merge pull request #4306 from huey735/patch-5

Add link to scripts
This commit is contained in:
Christoph Atteneder 2020-06-25 10:15:31 +02:00 committed by GitHub
commit 96645a7238
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 ./gradlew build
If on Windows run `gradlew.bat build` instead. 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 ## Run
@ -33,7 +33,7 @@ Note: bisq runs fine on jdk10 and jdk11. jdk12 is currently not supported.
./bisq-desktop ./bisq-desktop
If on Windows use the `bisq-desktop.bat` script instead. 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 ## See also