From 6a119fdded2b1e82a7161ab56a1187c7bd461c72 Mon Sep 17 00:00:00 2001 From: Sarah Mount Date: Fri, 3 Feb 2017 12:03:47 +0000 Subject: [PATCH] Correct git clone command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4090cf6..4715b106b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Contains the new MTDIFF implementation. You can build the code with the following commands: ``` -https://github.com/FAU-Inf2/treedifferencing.git +git clone https://github.com/FAU-Inf2/treedifferencing.git cd treedifferencing ./gradlew build ```