mirror of https://github.com/grafana/grafana.git
Update README.md
This commit is contained in:
parent
9d53653647
commit
64d75db514
|
|
@ -82,10 +82,17 @@ You only need to add the options you want to override. Config files are applied
|
||||||
In your custom.ini uncomment (remove the leading `;`) sign. And set `app_mode = development`.
|
In your custom.ini uncomment (remove the leading `;`) sign. And set `app_mode = development`.
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
If you have any idea for an improvement or found a bug do not hesitate to open an issue.
|
If you have any idea for an improvement or found a bug do not hesitate to open an issue.
|
||||||
And if you have time clone this repo and submit a pull request and help me make Grafana
|
And if you have time clone this repo and submit a pull request and help me make Grafana
|
||||||
the kickass metrics & devops dashboard we all dream about!
|
the kickass metrics & devops dashboard we all dream about!
|
||||||
|
|
||||||
|
## Plugin development
|
||||||
|
|
||||||
|
Checkout the [Plugin Development Guide](http://docs.grafana.org/plugins/developing/development/) and checkout the [PLUGIN_DEV.md](https://github.com/grafana/grafana/blob/master/PLUGIN_DEV.md) file for changes in Grafana that relate to
|
||||||
|
plugin development.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Grafana is distributed under Apache 2.0 License.
|
Grafana is distributed under Apache 2.0 License.
|
||||||
Work in progress Grafana 2.0 (with included Grafana backend)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue