KamerZoeken/README.md
2025-09-02 20:29:13 +02:00

16 lines
535 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
```
Then, set your preferences in [`config.toml`](config.toml) and set your credentials in `.env` (you can find what secrets are needed in [`sample.env`](sample.env)). After you have done this, you are ready to run the script using:
```sh
java -jar KamerZoeken-1.0.0.jar
```