From 5df341127798f8d3bc92d5d34e1b3e8b96c1cbe6 Mon Sep 17 00:00:00 2001 From: sanke1 Date: Mon, 18 Jun 2018 18:01:56 +0300 Subject: [PATCH] change ssh clone to https clone in readme change link to https for accessibility for users without ssh keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd19af8..e02d229 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A better version of Grafana's default Graph Panel. Able to render Anomalies & mo - Clone the repository ``` cd $GRAFANA_PATH/data/plugins -git clone git@github.com:hastic/hastic-grafana-graph-panel.git +git clone https://github.com/hastic/hastic-grafana-graph-panel.git ``` - Restart `$GRAFANA_PATH/bin/grafana-server` server.