diff --git a/README.md b/README.md
index a5a1863c..8095ef45 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
# Command Library Of (yo)Ur Dreams
+[](https://www.codefactor.io/repository/github/sauilitired/cloud)
+
This is going to be a general-purpose Java command library. It will allow programmers
to define command chains that users can use to execute pre-defined actions.
@@ -25,3 +27,27 @@ Once the core functionality is present additional goals are:
- Create a Minecraft specific implementation and add appropriate bindings (bukkit, paper, velocity and bungee) with Brigadier mappings where appropriate
- Create a Discord implementation
- Create a Java CLI implementation
+
+## Links
+
+- Discord: discord.gg/KxkjDVg
+
+
+## Maven
+
+cloud is available from [IntellectualSites](https://intellectualsites.com)' maven repository:
+
+```xml
+
+ intellectualsites-snapshots
+ https://mvn.intellectualsites.com/content/repositories/snapshots
+
+```
+
+```xml
+
+ com.intellectualsites
+
+
+
+```