Skip to content

Commit

Permalink
clarification on need of Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Apr 25, 2019
1 parent e11fe18 commit d9924fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit d9924fe

Please sign in to comment.