Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkid committed Feb 3, 2024
1 parent 75d4da4 commit 1c948db
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
@@ -1,5 +1,13 @@
## ITSF Ranking App

To run the app you need to have a Java JRE installed (version 8 or higher).

Download the executable jar file and launch it (probably by double-clicking on it)

The latest release can always be found here https://github.com/bitkid/itsf-ranking/packages/2052592 and is named itsf-ranking-{version}-all.jar

### Development

Needs at least JDK 8 and IntelliJ Idea (for Kotlin development)

Use `./gradlew check` for running the tests and `./gradlew run` to start the app.
Expand Down

0 comments on commit 1c948db

Please sign in to comment.