Update README.md

This commit is contained in:
mohammed jasem alaajel 2021-05-22 18:17:28 +04:00 committed by GitHub
parent ad18d168a8
commit 5ec5b7af9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -15,12 +15,14 @@ This is currently deployed on [Govindas Limework!](https://Limework.net)
Now you can use maven without installing it using Maven wrapper [github?](https://github.com/takari/maven-wrapper) :)
RedisBungee is distributed as a [maven](https://maven.apache.org) project. To compile it and install it in your local Maven repository:
for latest commits you can use this way.
RedisBungee is distributed as a [maven](https://maven.apache.org) project.
To compile and installing to in your local Maven repository:
git clone https://github.com/Limework/RedisBungee.git
cd RedisBungee
mvnw clean install
mvnw package
And use it in your pom file.