mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-06-04 06:38:01 +00:00
git clone in current dir, fix link formatting
No need to make the user clone into a new dir, then move into this new dir. They will most likely already have an empty dir already created or one with this name might already exist, e.g. a fork repository.
This commit is contained in:
parent
16720487f0
commit
4724a3bac2
@ -19,14 +19,13 @@ As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.2 and above!
|
|||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
Now you can use maven without installing it using Maven wrapper [github?](https://github.com/takari/maven-wrapper) :)
|
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.
|
RedisBungee is distributed as a [maven](https://maven.apache.org) project.
|
||||||
|
|
||||||
To compile and installing to in your local Maven repository:
|
To compile and installing to in your local Maven repository:
|
||||||
|
|
||||||
git clone https://github.com/Limework/RedisBungee.git
|
git clone https://github.com/Limework/RedisBungee.git .
|
||||||
cd RedisBungee
|
|
||||||
mvnw clean install
|
mvnw clean install
|
||||||
mvnw package
|
mvnw package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user