Files
lighthouse/book/src/homebrew.md
Mac L a7c46bf7ed Fix Homebrew link (#4822)
## Issue Addressed

N/A

## Proposed Changes

I saw a false positive on the link-check CI run and while investigating I noticed that this link technically 404's but is not "dead" in the strict sense. I have updated it to the correct path.
2023-10-18 06:52:53 +00:00

37 lines
917 B
Markdown

# Homebrew package
Lighthouse is available on Linux and macOS via the [Homebrew package manager](https://brew.sh).
Please note that this installation method is maintained by the Homebrew community.
It is not officially supported by the Lighthouse team.
### Installation
Install the latest version of the [`lighthouse`][formula] formula with:
```bash
brew install lighthouse
```
### Usage
If Homebrew is installed to your `PATH` (default), simply run:
```bash
lighthouse --help
```
Alternatively, you can find the `lighthouse` binary at:
```bash
"$(brew --prefix)/bin/lighthouse" --help
```
### Maintenance
The [formula][] is kept up-to-date by the Homebrew community and a bot that lists for new releases.
The package source can be found in the [homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/l/lighthouse.rb) repo.
[formula]: https://formulae.brew.sh/formula/lighthouse