mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 12:56:52 +00:00
Update cheatsheets
This commit is contained in:
21
brew-install
Normal file
21
brew-install
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user