Update README (#1466)

* Update README

* Update README

* Update README

* Update README

* Update README

* Delete ⛏_Hello_Minecraft!_Launcher_💎.png
This commit is contained in:
AustinC2
2022-05-07 12:06:21 -04:00
committed by GitHub
parent e904a5b42d
commit 820acd90e7

View File

@@ -1,19 +1,20 @@
# Hello Minecraft! Launcher [![Build Status](https://ci.huangyuhui.net/job/HMCL/badge/icon?.svg)](https://ci.huangyuhui.net/job/HMCL) # Hello Minecraft! Launcher 💎
[![Build Status](https://ci.huangyuhui.net/job/HMCL/badge/icon?.svg)](https://ci.huangyuhui.net/job/HMCL)
Join chat! [Discord](https://discord.gg/jVvC7HfM6U) [KaiHeiLa](https://kaihei.co/Kx7n3t) Join chat! ![Discord](https://img.shields.io/discord/879708313435123742?style=plastic) [Discord](https://discord.gg/jVvC7HfM6U) [KaiHeiLa](https://kaihei.co/Kx7n3t)
## Introduction ## Introduction
HMCL is a Minecraft launcher which supports Mod management, game customizing, auto installing(Forge, LiteLoader and OptiFine), modpack creating, UI customizing and so on. HMCL is a Minecraft launcher which supports Mod management, game customizing, auto installing(Forge, LiteLoader and OptiFine), modpack creating, UI customization, and more.
No plugin API is provided. No plugin API is provided.
## Download ## Download
Download the latest version [from the official website](https://hmcl.huangyuhui.net/download) Download the latest version [from the official website](https://hmcl.huangyuhui.net/download).
Note: The recent versions in Github release is the beta version, which contains extra testing functions compared to the release versions on the official website. However, they may be unstable and you're more likely to encounter bugs or unexpected problems. Note: The recent version released in Github is the beta version, which contains extra testing functions compared to the release versions on the official website. However, they may be unstable and you're more likely to encounter bugs or unexpected problems.
If not necessary, it is recommended to download the ones from the official website. Although not necessary, it is recommended to download the ones from the official website.
## License ## License
The software is distributed under [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html) with additional terms. The software is distributed under [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html) with additional terms.
@@ -35,14 +36,14 @@ Chinese Translation:
## Contribution ## Contribution
If you want to submit a pull request, there're some requirements: If you want to submit a pull request, there are some requirements:
* IDE: Intellij IDEA. * IDE: Intellij IDEA.
* Compiler: Java 1.8. * Compiler: Java 1.8.
* Do NOT modify `gradle` files. * Do NOT modify `gradle` files.
### Compilation ### Compilation
Simply execute following command: Simply execute the following command:
```bash ```bash
./gradlew clean build ./gradlew clean build
``` ```