Skip to content

Commit c030134

Browse files
committed
docs(): update mac docs
1 parent 624e30e commit c030134

File tree

1 file changed

+4
-15
lines changed
  • docs/sources/installation

1 file changed

+4
-15
lines changed

docs/sources/installation/mac.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/)
1111
Install latest stable:
1212

1313
```
14-
brew install grafana/grafana/grafana
15-
```
16-
17-
To start grafana look at the command printed after the homebrew install completes.
18-
19-
You can also add the grafana as tap.
20-
21-
```
22-
brew tap grafana/grafana
14+
brew update
2315
brew install grafana
2416
```
2517

26-
Install latest unstable from master:
27-
28-
```
29-
brew install --HEAD grafana/grafana/grafana
30-
```
18+
To start grafana look at the command printed after the homebrew install completes.
3119

3220
To upgrade use the reinstall command
3321

3422
```
35-
brew reinstall --HEAD grafana/grafana/grafana
23+
brew update
24+
brew reinstall grafana
3625
```
3726

3827

0 commit comments

Comments
 (0)