From ce6c67f9bc4d1a1c42302dd2359c021b64bcd562 Mon Sep 17 00:00:00 2001 From: Andrew MacDonald Date: Tue, 23 Feb 2016 16:06:56 -0800 Subject: [PATCH] Fix the path to grafana-webserver in the Debian install docs. --- docs/sources/installation/debian.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md index ec6e30b35f1..b5c72f3182c 100644 --- a/docs/sources/installation/debian.md +++ b/docs/sources/installation/debian.md @@ -122,8 +122,8 @@ To configure Grafana add a configuration file named `custom.ini` to the `conf` folder and override any of the settings defined in `conf/defaults.ini`. -Start Grafana by executing `./grafana-server web`. The `grafana-server` binary needs -the working directory to be the root install directory (where the binary -and the `public` folder is located). +Start Grafana by executing `./bin/grafana-server web`. The `grafana-server` +binary needs the working directory to be the root install directory (where the +binary and the `public` folder is located).