From 4724a3bac2889c2138fa456abf9908170714b6a6 Mon Sep 17 00:00:00 2001 From: williamd5 <66572326+williamd5@users.noreply.github.com> Date: Sat, 3 Jul 2021 11:59:26 +0200 Subject: [PATCH] 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. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a25a8ee..940a335 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,13 @@ 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