-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #2329 Documents the recently added `lighthouse` Homebrew formula.
- Loading branch information
Richard Patel
committed
Jan 7, 2022
1 parent
ccdc10c
commit 3a8ad6d
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters