diff --git a/README.md b/README.md
index 52d9b83..530c060 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,60 @@ A Scoreboard API for Bukkit with 1.7-1.13 support
## How to use
+### Add FastBoard in your plugin
+**Maven**
+```xml
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.1
+
+
+ package
+
+ shade
+
+
+
+
+
+
+ fr.mrmicky.fastboard
+
+ com.yourpackage.fastboard
+
+
+
+
+
+
+```
+```xml
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+```
+```xml
+
+
+ fr.mrmicky
+ FastBoard
+ master-SNAPSHOT
+ compile
+
+
+```
+
+**Manual**
+
+Just copy `FastBoard.java` and `FastReflection.java` in your plugin
+
+### Crate a scoreboard
Just create a new `FastBoard` and update the title and the lines
```java
@@ -34,4 +88,4 @@ board.updateLines(
```
## TODO
-* Deploy to a maven repo
+* Deploy to an other maven repo