From 050fa30a355bbd56317b57f8d597ad83778df4e5 Mon Sep 17 00:00:00 2001 From: Glavo Date: Thu, 2 Sep 2021 23:46:25 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ceb40d4b..846603fc8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Simply execute following command: ```bash ./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) |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=`|Override the version number.| |`-Dhmcl.update_source.override=`|Override the update source.| |`-Dhmcl.authlibinjector.location=`|Use specified authlib-injector (instead of downloading one).| -|`-Dhmcl.openjfx.repo=`|Download OpenJFX from specified Maven repository. Default value is `https://maven.aliyun.com/repository/central/`.| +|`-Dhmcl.openjfx.repo=`|Add custom maven repository for download OpenJFX.|