From 5b342dd22949433e5f112da798606cda51259eb1 Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Tue, 11 Aug 2015 15:41:12 -0400 Subject: [PATCH] Reformatted a confusing part of of the running grafana locally section --- docs/sources/project/building_from_source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index 2eeafc95157..45ab26249c8 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -54,8 +54,11 @@ bra run ## Running Grafana Locally You can run a local instance of Grafana by running: ``` -./bin/grafana-server # if you build the binary with 'go run build.go build'. If you built it with 'go build .', run './grafana') +./bin/grafana-server ``` +If you built the binary with `go run build.go build`, run `./bin/grafana-server` + +If you built it with `go build .`, run `./grafana` Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).