Update for release

This commit is contained in:
AJ ONeal 2019-06-09 09:11:29 +00:00
parent d4985d6928
commit 3421146d4e
1 changed files with 24 additions and 2 deletions

View File

@ -11,15 +11,37 @@ Can work with email, text (sms), push notifications, etc.
# Install # Install
Git:
```bash ```bash
git clone https://git.coolaj86.com/coolaj86/watchdog.go.git 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 # Usage
Mac, Linux:
```bash ```bash
pushd watchdog.go/ ./watchdog -c config.json
go run ./watchdog.go -c dog.json ```
Windows:
```bash
watchdog.exe -c config.json
``` ```
# Getting Started # Getting Started