Document Homebrew package (#2885)

## Issue Addressed

Resolves #2329

## Proposed Changes

Documents the recently added `lighthouse` Homebrew formula.

## Additional Info

NA


Co-authored-by: Richard Patel <richard@blockdaemon.com>
Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Richard Patel
2022-01-08 01:15:07 +00:00
parent ccdc10c288
commit 65b1374b58
3 changed files with 41 additions and 0 deletions

36
book/src/homebrew.md Normal file
View File

@@ -0,0 +1,36 @@
# 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/lighthouse.rb) repo.
[formula]: https://formulae.brew.sh/formula/lighthouse