Update brew install path in docs, for brew v3 (#40980) (#41053)

* Update brew install path in docs, for brew v3

* Ran prettier.

Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
Co-authored-by: kay delaney <kay@grafana.com>
(cherry picked from commit d6693ec90d)

Co-authored-by: Sam Jewell <2903904+samjewell@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-28 18:06:49 +02:00
committed by GitHub
co-authored by Sam Jewell
parent 509ef6e3a6
commit 69c0b0a55c
+4 -1
View File
@@ -23,7 +23,10 @@ Use [Homebrew](http://brew.sh/) to install the most recent released version of G
brew install grafana
```
The brew page downloads and untars the files into `/usr/local/Cellar/grafana/version`.
The brew page downloads and untars the files into:
- `/usr/local/Cellar/grafana/[version]` (if using Homebrew v2)
- `/opt/homebrew/Cellar/grafana/[version]` (Homebrew v3)
1. Start Grafana using the command:
```bash