From 46630df88dae7613b3205e855d9720f901ad448e Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sat, 13 Aug 2016 14:12:29 +0900 Subject: [PATCH] Update the number of ways --- docs/sources/plugins/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/development.md b/docs/sources/plugins/development.md index 29dcd0568e3..6d2106fad01 100644 --- a/docs/sources/plugins/development.md +++ b/docs/sources/plugins/development.md @@ -32,7 +32,7 @@ will be expected to export different things. You can find what's expected for [d and [apps](./apps.md) plugins in the documentation. ## Start developing your plugin -There are two ways that you can start developing a Grafana plugin. +There are three ways that you can start developing a Grafana plugin. 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. 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.