From 6cb5db16391474fbf1b3c921e6d01dd40de28bb7 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sun, 27 May 2018 10:38:44 +1000 Subject: [PATCH] magnify a bit this line :-) Signed-off-by: olivier lamy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeaeff104e..275097c4fc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Quick Build If you want to bootstrap Maven, you'll need: - Java 1.7+ - Maven 3.0.5 or later --Run Maven, specifying a location into which the completed Maven distro should be installed: +- Run Maven, specifying a location into which the completed Maven distro should be installed: ``` mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package ```