From c00f4b1a2da67719d8c11170d54fb40033f89c53 Mon Sep 17 00:00:00 2001 From: 5gi <5gi@gitea.noreply@nevets.tech> Date: Thu, 10 Nov 2022 11:13:56 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 34ef430..ee75a1c 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,56 @@ # DeepJ -█▀█ █▀█ █ █▀▀ █ █▄ █ ▄▀█ █ -█▄█ █▀▄ █ █▄█ █ █ ▀█ █▀█ █▄▄ +> Quick Setup +
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 + + +``` +

+
+> Info + +[To see more details, see the wiki](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup). ________________________________________ DeepJ is a Java Wrapper for the DeepL Free Public API. This was originally made by Steven (Forked From) and Updated by 5gi \ No newline at end of file