Commit c0301349 by Torkel Ödegaard

docs(): update mac docs

parent 624e30e7
...@@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/) ...@@ -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
```
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 brew install grafana
``` ```
Install latest unstable from master: To start grafana look at the command printed after the homebrew install completes.
```
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
``` ```
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