From c0301349fb8fb54a207dc7f806dd6ec0ce082c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 10 Aug 2016 08:39:57 +0200 Subject: [PATCH] docs(): update mac docs --- docs/sources/installation/mac.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index e65c2823666..b68cadbd948 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/) Install latest stable: ``` -brew install grafana/grafana/grafana +brew update +brew install grafana ``` To start grafana look at the command printed after the homebrew install completes. -You can also add the grafana as tap. - -``` -brew tap grafana/grafana -brew install grafana -``` - -Install latest unstable from master: - -``` -brew install --HEAD grafana/grafana/grafana -``` - To upgrade use the reinstall command ``` -brew reinstall --HEAD grafana/grafana/grafana +brew update +brew reinstall grafana ```