From 9f9175ccc2be026a72ee2ef39accfbc3448ec5be Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Sun, 12 May 2019 23:36:25 +0200 Subject: [PATCH] add installation info to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f00629..8a54da7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ The Sensu SIC handler is a [Sensu Event Handler][1] that is used by SIC! Softwar ## Installation -TODO +Download the latest version of the sensu-sic-handler from [releases][2], +or create an executable script from this source. + +From the local path of the sensu-sic-handler repository: +``` +go build -o /usr/local/bin/sensu-sic-handler main.go +``` ## Configuration @@ -19,3 +25,4 @@ TODO TODO [1]: https://docs.sensu.io/sensu-go/5.0/reference/handlers/#how-do-sensu-handlers-work +[2]: https://github.com/SICSoftwareGmbH/sensu-sic-handler/releases