Commit c0301349 by Torkel Ödegaard

docs(): update mac docs

parent 624e30e7
......@@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/)
Install latest stable:
```
brew install grafana/grafana/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 update
brew install grafana
```
Install latest unstable from master:
```
brew install --HEAD grafana/grafana/grafana
```
To start grafana look at the command printed after the homebrew install completes.
To upgrade use the reinstall command
```
brew reinstall --HEAD grafana/grafana/grafana
brew update
brew reinstall grafana
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment