1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00

Update README.md

This commit is contained in:
Victor Melnik 2020-08-28 01:02:33 +03:00 committed by GitHub
parent a428ea0a4a
commit 691064bb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,10 +127,10 @@ See other examples in [examples folder](app/src/main/resources/examples) or in `
## Build
```
./gradlew shadowJar
./gradlew shadowJar
```
Build requires JDK-8u60 or higher and Java FX support. Assembled binaries are stored in `app/build/libs` directory.
Build requires JDK 11 or higher and Java FX support. Assembled binaries are stored in `app/build/libs` directory.
## Run
@ -139,7 +139,7 @@ Build requires JDK-8u60 or higher and Java FX support. Assembled binaries are st
./gradlew run
```
Application requires JRE-8u60 or higher and Java FX support. Works properly on Oracle JDK 8 and OpenJDK 8 + openjfx.
Application requires JRE 11 or higher and Java FX support.
## License