From 3421146d4ee9fb87de6077d28b1c88b6b57d84b6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 9 Jun 2019 09:11:29 +0000 Subject: [PATCH] Update for release --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9637313..899e91f 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,37 @@ Can work with email, text (sms), push notifications, etc. # Install +Git: + ```bash git clone https://git.coolaj86.com/coolaj86/watchdog.go.git +pushd watchdog.go/ +go build -o bin/watchdog ``` +Zip: + +* [watchdog-v1.0.0-linux (amd64)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-linux/watchdog-v1.0.0-linux-amd64.zip) + * [watchdog-v1.0.0-linux (386)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-linux/watchdog-v1.0.0-linux-386.zip) + * [watchdog-v1.0.0-linux (arm7)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-linux/watchdog-v1.0.0-linux-arm7.zip) + * [watchdog-v1.0.0-linux (arm5)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-linux/watchdog-v1.0.0-linux-arm7.zip) +* [watchdog-v1.0.0-macos](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-macos/watchdog-v1.0.0-darwin-amd64.zip) +* [watchdog-v1.0.0-windows (amd64)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-windows/watchdog-v1.0.0-windows-amd64.zip) + * [watchdog-v1.0.0-windows (386)](https://git.rootprojects.org/root/watchdog.go/releases/download/v1.0.0-windows/watchdog-v1.0.0-windows-386.zip) + + # Usage +Mac, Linux: + ```bash -pushd watchdog.go/ -go run ./watchdog.go -c dog.json +./watchdog -c config.json +``` + +Windows: + +```bash +watchdog.exe -c config.json ``` # Getting Started