From 95a35f998814ed28a1b7f4a2702e1351b4156e1d Mon Sep 17 00:00:00 2001 From: Flaminel Date: Fri, 15 Nov 2024 08:24:34 +0200 Subject: [PATCH] updated readme with Windows Service instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05630ea..e0819fe 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ where `` starts from 0. 1. Download the binaries from [releases](https://github.com/flmorg/cleanuperr/releases). 2. Extract them from the zip file. 3. Edit **appsettings.json**. The paths from this json file correspond with the docker env vars, as described [above](/README.md#environment-variables). + +### Run as a Windows Service + +Check out this stackoverflow answer on how to do it: https://stackoverflow.com/a/15719678 + ## Extensions to block in qBittorrent
Extensions