mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs: Title-case every h1 it made sense to title-case
This commit is contained in:
parent
ed4cc753d1
commit
cca8138a59
@ -1,4 +1,4 @@
|
||||
# Bottles (binary packages)
|
||||
# Bottles (Binary Packages)
|
||||
|
||||
Bottles are produced by installing a formula with `brew install --build-bottle <formula>` and then bottling it with `brew bottle <formula>`. This outputs the bottle DSL which should be inserted into the formula file.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# How to build software outside Homebrew with Homebrew `keg_only` dependencies
|
||||
# How to Build Software Outside Homebrew with Homebrew `keg_only` Dependencies
|
||||
|
||||
## What does "keg-only" mean?
|
||||
|
@ -1,4 +1,4 @@
|
||||
brew(1) -- The missing package manager for macOS
|
||||
brew(1) -- The Missing Package Manager for macOS
|
||||
================================================
|
||||
|
||||
## SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Taps (third-party repositories)
|
||||
# Taps (Third-Party Repositories)
|
||||
|
||||
`brew tap` adds more repositories to the list of formulae that `brew` tracks, updates,
|
||||
and installs from. By default, `tap` assumes that the repositories come from GitHub,
|
||||
|
Loading…
x
Reference in New Issue
Block a user