From f757ce48182eb4622546d5744c069bd0f1e72b1a Mon Sep 17 00:00:00 2001 From: Gervasio Marchand Date: Wed, 7 Dec 2022 09:16:00 -0300 Subject: [PATCH] Link to the Docker on Windows demo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 99e49d9..cbfb33c 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,9 @@ I'm running it as a cron every 15 minutes, doing something like this: ``` 1,16,31,46 * * * * /usr/local/bin/docker-compose -f /path/to/GetMoarFediverse/docker-compose.yml run --rm import > /path/to/GetMoarFediverse/cron.log 2>&1 ``` + +### What about Windows? + +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 :)