brew/docs
2024-08-23 07:07:41 +00:00
..
assets/img/docs
governance
vale-styles/Homebrew
_config.yml
.mdl_ruleset.rb
.mdl_style.rb
.mdlrc
.rubocop.yml rubocop: Use Sorbet/StrictSigil as it's better than comments 2024-08-12 15:24:27 +01:00
.ruby-version
Acceptable-Casks.md
Acceptable-Formulae.md
Adding-Software-to-Homebrew.md
Analytics.md
Bottles.md
Brew-Livecheck.md docs: Update find-appcast command 2024-08-02 14:48:03 -06:00
BrewTestBot-For-Maintainers.md
BrewTestBot.md
Building-Against-Non-Homebrew-Dependencies.md
C++-Standard-Libraries.md
Cask-Cookbook.md
Checksum_Deprecation.md
CNAME
Common-Issues-for-Core-Contributors.md
Common-Issues.md
Creating-a-Homebrew-Issue.md
Custom-GCC-and-cross-compilers.md
Deprecating-Disabling-and-Removing-Casks.md
Deprecating-Disabling-and-Removing-Formulae.md
docs_rubocop_style.yml
External-Commands.md
FAQ.md
Formula-Cookbook.md Formula-Cookbook: Stop recommending rm_f in postinstall 2024-08-05 00:10:00 +01:00
Gemfile
Gems,-Eggs-and-Perl-Modules.md
Homebrew-and-Java.md
Homebrew-and-Python.md fix header + anchor 2024-08-01 10:10:32 -04:00
Homebrew-brew-Maintainer-Guide.md
Homebrew-Governance-Archives.md
Homebrew-Governance.md
Homebrew-homebrew-cask-Maintainer-Guide.md
Homebrew-homebrew-core-Maintainer-Guide.md
Homebrew-Leadership-Responsibilities.md
Homebrew-on-Linux.md
How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md
How-to-Create-and-Maintain-a-Tap.md
How-To-Open-a-Homebrew-Pull-Request.md
How-To-Organize-AGM.md
index.md
Installation.md
Interesting-Taps-and-Forks.md
Kickstarter-Supporters.md
License-Guidelines.md
Linux-CI.md
Maintainer-Guidelines.md docs/Maintainer-Guidelines: tweak auto-merging. 2024-07-26 17:39:40 +01:00
Maintainers-Avoiding-Burnout.md
Manpage.md Update manpage and completions. 2024-08-23 07:07:41 +00:00
Migrating-A-Formula-To-A-Tap.md
New-Maintainer-Checklist.md
Node-for-Formula-Authors.md docs: update with std_npm_args 2024-08-03 20:28:39 -07:00
Prose-Style-Guidelines.md
Python-for-Formula-Authors.md
Querying-Brew.md
Rakefile
README.md
Releases.md
Rename-A-Formula.md
Reproducible-Builds.md
robots.txt
Shell-Completion.md
Taps.md
Tips-N'-Tricks.md
Troubleshooting.md
Typechecking.md docs/Typechecking: update to latest code standards 2024-08-20 15:55:57 +01:00
Updating-Software-in-Homebrew.md
Versions.md
Xcode.md

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