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

* 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>
This commit is contained in:
Sam Jewell 2021-10-28 16:38:37 +01:00 committed by GitHub
parent 4c969081bc
commit d6693ec90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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