Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slight modification to run instructions to remove dependency on prein… #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ An open source project by [OverOps](https://www.overops.com).

## Run settings
* `./gradlew run` (default parameters, generates one jar with 10 classes)
* `cd output && gradle fatJar` to build the generated project
* `java -cp output/build/libs/tester.jar helpers.Main` to run it
* `cd output ; ./gradlew fatJar` to build the generated project
* `cd ..; java -cp output/build/libs/tester.jar helpers.Main` to run it

Or, you can simply run `./scripts/small.sh`, or `./scripts/big.sh`, with preconfigured run settings.