Skip to content

Commit

Permalink
docs: updating release README with runnable example
Browse files Browse the repository at this point in the history
Modifies the example command in the release README to
automatically include the jar files in the class path.
  • Loading branch information
gden173 committed Jul 14, 2023
1 parent 037f0bc commit e928d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ees/README.release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Copyright (C) 2014-2019 by its authors.
To run the included example scenario do:

```
java -Xms2g -Xmx2g \
-cp libs/*:eeslib-2.1.1-SNAPSHOT.jar \
io.github.agentsoz.ees.Run \
java -Xms2g -Xmx2g \
-cp $(find libs/ -name "*.jar" | tr '\n' ':./'):eeslib-2.1.1-SNAPSHOT.jar \
io.github.agentsoz.ees.Run \
--config scenarios/mount-alexander-shire/maldon-example/ees.xml
```

0 comments on commit e928d25

Please sign in to comment.