File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
docs/sources/installation Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/)
11
11
Install latest stable:
12
12
13
13
```
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
23
15
brew install grafana
24
16
```
25
17
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.
31
19
32
20
To upgrade use the reinstall command
33
21
34
22
```
35
- brew reinstall --HEAD grafana/grafana/grafana
23
+ brew update
24
+ brew reinstall grafana
36
25
```
37
26
38
27
You can’t perform that action at this time.
0 commit comments