docs(): update mac docs

This commit is contained in:
Torkel Ödegaard 2016-08-10 08:39:57 +02:00
parent 624e30e743
commit c0301349fb

View File

@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/)
Install latest stable: 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. 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 To upgrade use the reinstall command
``` ```
brew reinstall --HEAD grafana/grafana/grafana brew update
brew reinstall grafana
``` ```