From 1b7d6bf4446f8bf06e2c17099b3fecc5a23d8b47 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Wed, 27 May 2015 10:56:15 -0400 Subject: [PATCH] Initial commit --- etc/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/README.md diff --git a/etc/README.md b/etc/README.md new file mode 100644 index 0000000..e6c8b42 --- /dev/null +++ b/etc/README.md @@ -0,0 +1,15 @@ +This directory contains the configuration files needed for the scripts and functions within this repository. + +# pushover.cfg.sample +To use the [Pushover][1] notification function in your scripts take the following steps. + +1. If you haven't done so already, create a [Pushover][1] account and create a Pushover application. +2. Rename `pushover.cfg.sample` to `pushover.cfg` +3. Add your user API key and your application API key to this file. + + + + + + +[1]: https://pushover.net \ No newline at end of file