From f593b6e6b975075a5e20307233a627aebde40a81 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 27 Jun 2017 16:15:29 -0700 Subject: [PATCH] Note requirements --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 538489e..253d97f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,13 @@ Logs to alerts Pipe logs to Mattermost or Slack webhooks +# Requirements +* Mattermost or Slack instance +* `tail` and `curl` in `$PATH` + ## TODO * Config file(s) * Init script with defaults override, restart, etc -* Replace PHP script with straight bash script \ No newline at end of file +* Replace PHP script with straight bash script +* Make binary deps paths configurable? \ No newline at end of file -- GitLab