diff --git a/README.md b/README.md
index 9302198..9e9d4ac 100644
--- a/README.md
+++ b/README.md
@@ -4,23 +4,68 @@
KeYi
⚡ The next generation Minecraft server software aims to the balance of performance and stability.
This project is still under heavy development, use it at your own risk!
+ KeYi, is the Chinese word "可以", means some thing is very OK!
[](https://discord.gg/Sm2NsY5dpV)
[](https://jq.qq.com/?_wv=1027&k=i2MG7npf)
-# Features
+# Why another fork?
-- Lithium optimizations. (JettPack)
-- C2ME optimizations. (Mirai)
-- Suki optimizations.
-- Carpet Fixes optimizations.
-- Optimize VarInts. (Paper PR)
-- **(WIP)** Faster hopper algorithm.
-- **(WIP)** Faster fluid algorithm.
-- And more...
+The answer is quite simple.
+
+The existing forks doesn't meet up what our requires, so we made up a small team and created this fork.
+
+# Roadmap
+
+As you can see, this fork is designed to be stable, but also gain some performance improvements.
+
+The improvements of the API is also being valued, so we will try our best to work on it.
+
+# API
+
+### Maven
+
+#### Adding repository
+
+```xml
+
+ keyi
+ https://maven.pkg.github.com/KeYiMC/KeYi
+
+```
+
+#### Adding dependency
+
+```xml
+
+ cc.keyimc.keyi
+ keyi-api
+ 1.19.2-R0.1-SNAPSHOT
+ provided
+
+```
+
+### Gradle
+
+#### Adding repository
+
+```groovy
+repositories {
+ maven("https://maven.pkg.github.com/KeYiMC/KeYi")
+}
+```
+
+#### Adding dependency
+
+```groovy
+dependencies {
+ compileOnly("cc.keyimc.keyi:keyi-api:1.19.2-R0.1-SNAPSHOT")
+}
+```
# Contributing
-We only accept contributions from people who can speak Chinese.
-Join our Discord or QQ group for more information.
+Unfortunately, the rules of our community haven't been finished yet.
+
+So at this time, if you want to contribute, you need to talk with us on Discord or Tencent QQ.