From b27ddb6cf2a736737c92a91c1e812fca2e5464b1 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Wed, 13 Apr 2022 12:28:10 +0400 Subject: [PATCH] update readme --- README.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 648db70..014b3b6 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,17 @@ Do not Open issues regarding it. please create the issues on GitHub as its main project source. ## Compiling - -Now you can use Maven without installing it using [Maven wrappe](https://github.com/takari/maven-wrapper) :) - RedisBungee is distributed as a [maven](https://maven.apache.org) project. -To compile and installing to in your local Maven repository: +To compile the plugin: git clone https://github.com/Limework/RedisBungee.git . - mvn clean install - mvn package + mvn clean package + mvn clean install # to install it in your maven local repo -And use it in your pom file. +then you should find it in target folder. + +if you want to use it on your project considering you have installed it in your local repo com.imaginarycode.minecraft @@ -38,24 +37,6 @@ And use it in your pom file. provided -Or if you want to use the jitpack maven server - - - - jitpack.io - https://jitpack.io - - - -And use it in your pom file. - - - com.github.limework - redisbungee - VERSION - provided - - ## Javadocs ~~Hosted on limework website. Version 0.6.0~~