From 335464f7d11dd2d67847370307ff48d891cf3408 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 2 Jun 2025 00:38:36 +0200 Subject: [PATCH] add readme n shit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e98f2e1..1babf6e 100644 --- a/README.md +++ b/README.md @@ -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 cd KamerZoeken +``` + +Then, set your preferences in [config.toml](config.toml). After you have done this, run the following script: + +```sh ./gradlew build java -jar build/libs/KamerZoeken-1.0.0.jar ``` \ No newline at end of file