mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 07:17:08 -06:00
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:
parent
4c969081bc
commit
d6693ec90d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user