add readme n shit

This commit is contained in:
KoenDR06 2025-06-02 00:34:00 +02:00
parent 5e0e2288b9
commit bfc595dc16
6 changed files with 51 additions and 13 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Kamer Zoeken
## Running
If you want a command that just downloads, compiles and runs everything, run this: (Assumes you run Linux. It might work on Windows. no guarantees though.)
```sh
git clone https://github.com/KoenDR06/KamerZoeken
cd KamerZoeken
./gradlew build
java -jar build/libs/KamerZoeken-1.0.0.jar
```