From 888b859ca6ed4cbf241ddb2d46fe179c9a33b4e8 Mon Sep 17 00:00:00 2001 From: Gervasio Marchand Date: Fri, 23 Dec 2022 10:40:43 -0300 Subject: [PATCH] Remove the offer of an executable --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 33d956f..8777574 100644 --- a/README.md +++ b/README.md @@ -110,5 +110,3 @@ You can run it as a cron every 15 minutes, doing something like this: ### What about Docker on Windows? I'd recommend you use the executable... but if you really want to, you can run it on Docker on Windows and set up a scheduled task. You can watch [this demo by Jeff Lindborg](https://www.youtube.com/watch?v=v73ZKtP0rzE). - -I could package it as an installer, and that would remove the need of Docker... would you be interested in that? Open an issue :)