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: add instructions for homebrew install #12930

Closed
wants to merge 1 commit into from
Closed
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
13 changes: 13 additions & 0 deletions docs/sources/setup/install/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ The configuration specifies running Loki as a single binary.
apt-get install loki promtail
```

## Intstall on MacOS with homebrew
1. Install homebrew if neccessary; update homebrew.
2. Navigate to the [homebrew page for Promtail](https://formulae.brew.sh/formula/promtail). Follow the installation directions.
3. Check that installation was successful.
1. Check that promtail exists in its install directory
```
which promtail
```
2. Run promtail
```
promtail
```

## Install manually
1. Navigate to the [release page](https://github.com/grafana/loki/releases/).
2. Scroll down to the Assets section under the version that you want to install.
Expand Down
Loading