Skip to content

Commit

Permalink
docs: use explicit install for macOS (#131)
Browse files Browse the repository at this point in the history
There is a cask in Homebrew also called Alloy. While it doesn't collide
with a formula called Alloy, it can be confusing.

This commit changes the instructions to explicitly install the Formula
from the Grafana tap.
  • Loading branch information
rfratto authored Apr 5, 2024
1 parent b5a2fbf commit 2eefc57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/get-started/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install {{< param "PRODUCT_NAME" >}} on macOS, run the following commands in
1. Install {{< param "PRODUCT_NAME" >}}:

```shell
brew install alloy
brew install grafana/grafana/alloy
```

## Upgrade
Expand All @@ -44,7 +44,7 @@ To upgrade {{< param "PRODUCT_NAME" >}} on macOS, run the following commands in
1. Upgrade {{< param "PRODUCT_NAME" >}}:

```shell
brew upgrade alloy
brew upgrade grafana/grafana/alloy
```

1. Restart {{< param "PRODUCT_NAME" >}}:
Expand All @@ -58,7 +58,7 @@ To upgrade {{< param "PRODUCT_NAME" >}} on macOS, run the following commands in
To uninstall {{< param "PRODUCT_NAME" >}} on macOS, run the following command in a terminal window:

```shell
brew uninstall alloy
brew uninstall grafana/grafana/alloy
```

## Next steps
Expand Down

0 comments on commit 2eefc57

Please sign in to comment.