Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tors42 committed Aug 25, 2021
1 parent a4eec3a commit cf9d115
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Team Check

A Lichess Team Management application


# Build

Make sure to use at least Java 17. A JDK archive can be downloaded and unpacked from https://jdk.java.net/17/

$ export JAVA_HOME=<path to jdk>
$ export PATH=$JAVA_HOME/bin:$PATH

$ java -version
openjdk version "17" 2021-09-14
OpenJDK Runtime Environment (build 17+35-2724)
OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)


$ java build/Build.java


## Run

$ out/runtime/bin/teamcheck

0 comments on commit cf9d115

Please sign in to comment.