You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/plugins/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ will be expected to export different things. You can find what's expected for [d
32
32
and [apps](./apps.md) plugins in the documentation.
33
33
34
34
## Start developing your plugin
35
-
There are two ways that you can start developing a Grafana plugin.
35
+
There are three ways that you can start developing a Grafana plugin.
36
36
37
37
1. Setup a Grafana development environment. [(described here)](http://docs.grafana.org/project/building_from_source/) and place your plugin in the ```data/plugins``` folder.
38
38
2. Install Grafana and place your plugin in the plugins directory which is set in your [config file](../installation/configuration.md). By default this is `/var/lib/grafana/plugins` on Linux systems.
0 commit comments