From 75ae7e3c9ad6fb6f596ffc76a5fefff424feba72 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Wed, 23 May 2018 23:45:40 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a2d30d..daa057e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # Hastic Graph Panel -A better version of default Grafana's Graph Panel +A better version of default Grafana's Graph Panel. Can render Anomalies & more. +In order to detect anomalies and make predictions, you need to install: https://github.com/hastic/hastic-server + +# Installation + +Clone repo +``` +cd $GRAFANA_PATH/data/plugins +git clone git@github.com:hastic/hastic-grafana-graph-panel.git +``` + +and restart your `$GRAFANA_PATH/bin/grafana-server` server. -Can render Anomalies & more. # Build