mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Mac grafana wrapper script (#5779)
* One of the homebrew folks first asked for a wrapper script to make launching grafana easier. Later I was asked to remove it and submit it upstream, so here it is. * add instructions for installing grafana HEAD from git with homebrew back to the docs
This commit is contained in:
committed by
Torkel Ödegaard
parent
124961a9e3
commit
2c4ab4af02
@@ -24,4 +24,17 @@ brew update
|
||||
brew reinstall grafana
|
||||
```
|
||||
|
||||
-------------
|
||||
|
||||
You can also install the latest unstable grafana from git:
|
||||
|
||||
|
||||
```
|
||||
brew install --HEAD grafana/grafana/grafana
|
||||
```
|
||||
|
||||
To upgrade grafana if you've installed from HEAD:
|
||||
|
||||
```
|
||||
brew reinstall --HEAD grafana/grafana/grafana
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user