From 6181dbab13eebc63750ce54330de9489dae3d185 Mon Sep 17 00:00:00 2001 From: 5gi <5gi@gitea.noreply@nevets.tech> Date: Wed, 9 Nov 2022 11:10:20 -0500 Subject: [PATCH] Update 'Home' --- Home.md | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) 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/v/tech.nevets.git.5gi/DeepJ.svg)](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: