* 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:
co-authored by
Sam Jewell
parent
509ef6e3a6
commit
69c0b0a55c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user