更新 README (#2872)

* 更新 README

* 更新 README

* update
This commit is contained in:
Glavo
2024-03-02 01:29:49 +08:00
committed by GitHub
parent dff893ba4b
commit df7b63c491
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ The software is distributed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.h
If you want to submit a pull request, there are some requirements:
* IDE: Intellij IDEA
* Compiler: Java 1.8
* Compiler: Java 1.8 or Java 11+
* Do NOT modify `gradle` files
### Compilation
@@ -63,7 +63,7 @@ Make sure you have Java installed with JavaFX 8 at least. Liberica Full JDK 8 or
|----------------------------------------------|------------------------------------------------------------------------------------------------|
| `-Dhmcl.home=<path>` | Override HMCL directory. |
| `-Dhmcl.self_integrity_check.disable=true` | Bypass the self integrity check when checking for update. |
| `-Dhmcl.bmclapi.override=<version>` | Override API Root of BMCLAPI download provider, defaults to `https://bmclapi2.bangbang93.com`. |
| `-Dhmcl.bmclapi.override=<url>` | Override API Root of BMCLAPI download provider, defaults to `https://bmclapi2.bangbang93.com`. |
| `-Dhmcl.font.override=<font family>` | Override font family. |
| `-Dhmcl.version.override=<version>` | Override the version number. |
| `-Dhmcl.update_source.override=<url>` | Override the update source for HMCL itself. |