Skip to content

Commit

Permalink
fixed markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Reimann committed Jun 21, 2017
1 parent d9af53c commit c6ea890
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,31 @@ JReliability is meant to be used as library. Nonetheless, there is a small demo

### Linux/Unix
Run:

./start.sh

### Windows
Run:

./start.bat

## Developer
JReliability uses Gradle. Run

./gradlew tasks

to show all available tasks.

Use

./gradlew eclipse

to create the required .project and .classpath files to import the project in Eclipse.

Use

./gradlew run

to execute the demo application.

## Contributing
Expand Down

0 comments on commit c6ea890

Please sign in to comment.