From ccb878305af48c0464d33b9d4202f00afab3a197 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Mon, 26 Aug 2019 15:17:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8130480..f9eabc7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Clone and install `edu.lu.uni:simple-utils`. ``` git clone https://github.com/SerVal-DTF/simple-utils +cd simple-utils mvn install ``` @@ -13,6 +14,7 @@ Clone and install the modified version of Gumtree. ``` git clone https://github.com/SerVal-DTF/gumtree +cd gumtree mvn install ``` @@ -20,6 +22,7 @@ Clone and install fixminer. ``` git clone https://github.com/SerVal-DTF/fixminer_source +cd fixminer_source mvn install ```