From 0d2e7670a3eb3dc0e9b8ed7c66b918a0fada43d3 Mon Sep 17 00:00:00 2001 From: Evan <24252743+06Games@users.noreply.github.com> Date: Sun, 3 Jul 2022 11:52:18 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d940df3..d60ef43 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Mail System Sends a mail with recent changes to [Webtrees](https://github.com/fisharebest/webtrees) users + +To use the plugin, you just have to add a cron task (replacing YOURWEBTREESSERVER by the url of your Webtrees installation) +``` +0 0 * * 1 wget -O - -q "YOURWEBTREESSERVER/mail-sys/send" +```