diff --git a/Readme.md b/Readme.md index b3fc451c257f72d663d8526a9d7736640398eb9c..503235b5f02f495b2ad724bdff1413cc2648b9bd 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,11 @@ # PikeLake -This model uses the framework [SimAquaLife](https://gitlab.irstea.fr/SimAquaLife/SimAquaLife). \ No newline at end of file +This model uses the framework [SimAquaLife](https://gitlab.irstea.fr/SimAquaLife/SimAquaLife). + + +``` +# package the project in a single file +mvn assembly:assembly -DdescriptorId=jar-with-dependencies +# run a simulation +java -cp target/PikeLake-1.0-SNAPSHOT-jar-with-dependencies.jar fr.cemagref.simaqualife.extensions.pilot.BatchRunner -simDuration 8760 -groups data/input/fishLight.xml -env data/input/grid.xml -observers data/input/observersBatch.xml +```