mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 20:02:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Build and install a formula from source (dependencies will still be installed from bottles):
|
||||
|
||||
`brew install --build-from-source {{formula}}`
|
||||
`brew install {{[-s|--build-from-source]}} {{formula}}`
|
||||
|
||||
- Download the manifest, print what would be installed but don't actually install anything:
|
||||
|
||||
`brew install --dry-run {{formula|cask}}`
|
||||
`brew install {{[-n|--dry-run]}} {{formula|cask}}`
|
||||
|
||||
Reference in New Issue
Block a user