update README

This commit is contained in:
Glavo 2021-09-02 23:46:25 +08:00 committed by Yuhui Huang
parent 3314bf93b0
commit 050fa30a35

View File

@ -44,7 +44,7 @@ Simply execute following command:
```bash ```bash
./gradlew clean build ./gradlew clean build
``` ```
Make sure you have Java installed with JavaFX 8 at least. Liberica full JDK 8~16 is recommended. Make sure you have Java installed with JavaFX 8 at least. Liberica full JDK 8 or later is recommended.
## JVM Options (for debugging) ## JVM Options (for debugging)
|Parameter|Description| |Parameter|Description|
@ -55,4 +55,4 @@ Make sure you have Java installed with JavaFX 8 at least. Liberica full JDK 8~16
|`-Dhmcl.version.override=<version>`|Override the version number.| |`-Dhmcl.version.override=<version>`|Override the version number.|
|`-Dhmcl.update_source.override=<url>`|Override the update source.| |`-Dhmcl.update_source.override=<url>`|Override the update source.|
|`-Dhmcl.authlibinjector.location=<path>`|Use specified authlib-injector (instead of downloading one).| |`-Dhmcl.authlibinjector.location=<path>`|Use specified authlib-injector (instead of downloading one).|
|`-Dhmcl.openjfx.repo=<maven repository url>`|Download OpenJFX from specified Maven repository. Default value is `https://maven.aliyun.com/repository/central/`.| |`-Dhmcl.openjfx.repo=<maven repository url>`|Add custom maven repository for download OpenJFX.|