Browse Source

change ssh clone to https clone in readme

change link to https for accessibility for users without ssh keys
master
sanke1 6 years ago committed by GitHub
parent
commit
5df3411277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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.

Loading…
Cancel
Save