1
0
Fork 0

Update for release

Dieser Commit ist enthalten in:
AJ ONeal 2019-06-09 09:11:29 +00:00
Ursprung d4985d6928
Commit 3421146d4e
1 geänderte Dateien mit 24 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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