Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use explicit install for macOS #131

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/sources/get-started/install/macos.md
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The brew services restart alloy command is still correct, since that's not referring to a Formula and just a service installed by a Formula.

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
Loading