From c1cc1bf0c9f3a7d7fce892616bc868bce4de4199 Mon Sep 17 00:00:00 2001 From: Thomas Maier Date: Tue, 26 Sep 2017 16:41:06 +0200 Subject: [PATCH] README WiP --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9086251..3b389a0 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,6 @@ curl -X POST -d @grafana-alert.json localhost:4321/grafana ``` - After parsing the body in the appropriate `parserFunc`, the notification is then distributed to the configured receivers. -``` - - -https://github.com/golang/dep -go get -u github.com/golang/dep/cmd/dep -``` - ## Installation IMPORTANT NOTE: For the sake of simplicity, `xmpp-webhooks` is not reconnecting to the XMPP server after a connection-loss. If you use the provided `xmpp-webhook.service` - Systemd will manage the reconnect by restarting the service. @@ -52,3 +45,6 @@ systemctl start xmpp-webhook - Change in the project folder: `cd $GOPATH/src/github.com/opthomas-prime/xmpp-webhook` - Populate `vendor` folder: `dep ensure` - Build `xmpp-webhook`: `go build` + +## Need help? +Feel free to contact me :D. \ No newline at end of file