diff --git a/Home.md b/Home.md
index af90fa0..2545411 100644
--- a/Home.md
+++ b/Home.md
@@ -4,8 +4,50 @@
KNOWN ISSUES # ADD LATER
# Usage/Setup
-Follow the instuctions on this page to add DeepJ to your project //NOT WORKING
-[](https://jitpack.io/#tech.nevets.git.5gi/DeepJ)
+### Gradle
+
+Go to your build.gradle file and type:
+
+```
+repositories {
+ maven {
+ url "https://git.nevets.tech/api/packages/5gi/maven"
+ }
+}
+```
+and
+
+```
+dependencies {
+ implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION'
+}
+```
+-----
+
+### Maven
+
+Go to your pom.xml file and type:
+
+```
+
+
+ gitea
+ https://git.nevets.tech/api/packages/5gi/maven
+
+
+```
+and
+```
+
+
+ com.the5gi.deepj
+ DeepJ
+ 1.2.5
+
+
+```
+
+-----
Create a new Translator: