From e1e607c1f126a8ca566af23bbf56b721dc28e04a Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 13:38:12 +0200 Subject: [PATCH] If it's stupid and it works, it ain't stupid --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebbc9e2..80892b2 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,10 @@ sudo ./setup.sh If you just want to use it and don't care about the code or you don't want to download any python dependencies, you can just grab the binary from the releases page and run it. The easiest way to do that is this. ```sh +sudo apt install -y jq wget https://git.konsthol.eu/konsthol/WOL-Ly/raw/branch/main/setupSingleBinary.sh sudo bash setupSingleBinary.sh +rm setupSingleBinary.sh ``` When you change the .env in the app folder you should run this