aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-27 13:44:15 -0500
committerTom Ritter <tom@ritter.vg>2016-01-27 13:44:15 -0500
commit2ec732976041ce7431ae0fa23504f882160433b1 (patch)
treeff429c409fde853e5ca55d7ed5040f6fb0a4f6dc /README
parent892af69a33d4f0192bba1d3b0bc2ad688578a576 (diff)
Make Readme markdown
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
deleted file mode 100644
index 6097c8e..0000000
--- a/README
+++ /dev/null
@@ -1,10 +0,0 @@
-
-# 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
-