mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
494 B
494 B
Homebrew Docs
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 to http://localhost:4000, run:
cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch