Files
lighthouse/book/src/installation_homebrew.md

1.2 KiB

Homebrew package

Lighthouse is available on Linux and macOS via the Homebrew package manager.

Please note that this installation method is maintained by the Homebrew community. It is not officially supported by the Lighthouse team.

Note: There is a compilation error for Lighthouse v7.0.0 and above that remains unresolved. Users are recommended to download the binary from the release page or build from source.

Installation

Install the latest version of the lighthouse formula with:

brew install lighthouse

Usage

If Homebrew is installed to your PATH (default), simply run:

lighthouse --help

Alternatively, you can find the lighthouse binary at:

"$(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 repository.