From d6693ec90d674282c4860e89aee5f5ae9a0170b8 Mon Sep 17 00:00:00 2001 From: Sam Jewell <2903904+samjewell@users.noreply.github.com> Date: Thu, 28 Oct 2021 16:38:37 +0100 Subject: [PATCH] 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 Co-authored-by: kay delaney --- docs/sources/installation/mac.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index 7ee862a79cd..7a33572e301 100755 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -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