readme.md git clone in current dir, fix link formatting (#13)

* 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.

* Update README.md
This commit is contained in:
williamd5 2021-07-04 15:07:45 +02:00 committed by GitHub
parent 16720487f0
commit 6c35f23e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -19,17 +19,18 @@ As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.2 and above!
## 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.
To compile and installing to in your local Maven repository:
git clone https://github.com/Limework/RedisBungee.git
cd RedisBungee
git clone https://github.com/Limework/RedisBungee.git .
mvnw clean install
mvnw package
If you have deb maven installed, you can use the `mvn` command instead.
And use it in your pom file.
<dependency>