KamerZoeken/README.md
2025-06-02 00:34:00 +02:00

13 lines
No EOL
320 B
Markdown

# 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
```