add readme n shit

This commit is contained in:
KoenDR06 2025-06-02 00:38:36 +02:00
parent c75b3a9a89
commit 335464f7d1

View file

@ -8,6 +8,11 @@ If you want a command that just downloads, compiles and runs everything, run thi
git clone https://github.com/KoenDR06/KamerZoeken git clone https://github.com/KoenDR06/KamerZoeken
cd KamerZoeken cd KamerZoeken
```
Then, set your preferences in [config.toml](config.toml). After you have done this, run the following script:
```sh
./gradlew build ./gradlew build
java -jar build/libs/KamerZoeken-1.0.0.jar java -jar build/libs/KamerZoeken-1.0.0.jar
``` ```