Skip to content

Commit

Permalink
add installation info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkn committed May 12, 2019
1 parent 976c494 commit 9f9175c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 9f9175c

Please sign in to comment.