docs: add warnings about installation methods, closes #693

This commit is contained in:
Alexander Zobnin
2019-03-05 12:36:23 +03:00
parent 7e73219b7b
commit 5e4b4b8eb1

View File

@@ -23,6 +23,8 @@ service grafana-server restart
Read more about installing plugins in [Grafana docs](http://docs.grafana.org/plugins/installation/) Read more about installing plugins in [Grafana docs](http://docs.grafana.org/plugins/installation/)
**WARNING!** The only reliable installation method is `grafana-cli`. Any other ways should be treated as a workaround an don't provide any backward-compatibulity guaranties.
## From github repo ## From github repo
**WARNING!** This way doesn't work anymore (`dist/` folder was removed from git). Use `grafana-cli` or build plugin from sources. **WARNING!** This way doesn't work anymore (`dist/` folder was removed from git). Use `grafana-cli` or build plugin from sources.