From 2ec732976041ce7431ae0fa23504f882160433b1 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Wed, 27 Jan 2016 13:44:15 -0500 Subject: Make Readme markdown --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6097c8e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ + +# Enter the following into your cron + +First edit the ... to your path + + * * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1 + 0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1 + 0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1 + 0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1 + -- cgit v1.2.3