diff --git a/README.md b/README.md index 1f85a4adb..8838af2f1 100644 --- a/README.md +++ b/README.md @@ -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 -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. ## 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 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 -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. * Compiler: Java 1.8. * Do NOT modify `gradle` files. ### Compilation -Simply execute following command: +Simply execute the following command: ```bash ./gradlew clean build ```