From 99b6ded454ff24768c9558006e7f55f81c89c590 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Wed, 5 Apr 2023 13:01:21 +0200 Subject: [PATCH] Update README with build instruction for Maven --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5abc5e4..bf587d0 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Challenge Benchmark Tool for the [RoboCup 3D Soccer Simulation League](http://wi - Clone the repository: `git clone https://github.com/magmaOffenburg/magmaChallenge`. - Make sure you have Java 8 installed and available on your command line. - Make sure you have [simspark and rcssserver3d](http://simspark.sourceforge.net/wiki/index.php/Main_Page) installed and the command `rcssserver3d` is available on your command line. +- Run `./mvnw package` from the root directory of this repository. You'll find the build result in the `target/magmachallenge` directory. For contributions, please set up `clang-format` as described [here](https://github.com/hsoautonomy/formatting).