brew: update page; brew-*: add page; brew-cask: remove page (#11376)

This commit is contained in:
Lena
2023-11-04 15:12:07 +01:00
committed by K.B.Dharun Krishna
parent 4721f0c315
commit 6bfbb2136f
5 changed files with 45 additions and 40 deletions

View File

@@ -0,0 +1,16 @@
# brew install
> Install a Homebrew formula or cask.
> More information: <https://docs.brew.sh/Manpage#install-options-formulacask->.
- Install a formula/cask:
`brew install {{formula|cask}}`
- Build and install a formula from source (dependencies will still be installed from bottles):
`brew install --build-from-source {{formula}}`
- Download the manifest, print what would be installed but don't actually install anything:
`brew install --dry-run {{formula|cask}}`