From d9924fe409cc72ba56efdd1ef8266932720459d4 Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Thu, 25 Apr 2019 14:26:41 +0200 Subject: [PATCH] clarification on need of Docker --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0928521e60..13e5f81d05 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,11 @@ To compile the project, use the Maven command: This should create an `evomaster.jar` executable under the `core/target` folder. -Note: if you get an arror from the shade-plugin, then make sure to use -`clean` in your maven commands. +Note: if you get an error from the shade-plugin, then make sure to use +`clean` in your Maven commands. +Furthermore, if you decide to do not skip the tests, then you will need to have +_Docker_ installed and running on your machine. + ### Example