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