Files
brew/docs
James Felix Black 86ad0327e6 bundle: install cargo packages from a git URL or path
`cargo "name"` could only install from crates.io. Accept a `source:`
option naming a git URL or a local path, mirroring the `uv` extension,
and install with `cargo install --git` or `cargo install --path`.

`cargo install --list` reports the origin of anything not installed
from a registry, so dumped Brewfiles round-trip. The resolved commit is
dropped, since a dumped entry has to compare equal to a hand-written
one, while a branch, tag or revision chosen at install time is carried
in the URL query and restored with `--branch`, `--tag` or `--rev`.
2026-08-05 14:00:28 -04:00
..
2026-07-26 19:48:28 +01:00
2026-07-26 19:48:28 +01:00
2025-05-22 12:17:52 -04:00
2024-06-13 09:55:31 +01:00
2021-12-02 22:58:31 -05:00
2026-03-06 16:02:29 +00:00
2024-06-14 12:22:02 +01:00
2025-10-15 17:39:14 +01:00
2017-01-04 10:53:21 +00:00
2026-07-27 21:06:20 +01:00
2026-06-08 20:35:04 +01:00
2025-02-08 14:43:49 +00:00
2026-05-09 08:58:42 -04:00
2026-06-08 20:35:04 +01:00
2017-07-02 15:09:26 +01:00

last_review_date
last_review_date
2026-06-08

Homebrew Documentation

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally, available on http://localhost:4000, run:

cd $(brew --repository)/docs
brew bundle --install exec -- bundle install
bin/jekyll serve