Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-24 00:22:02 +00:00
parent faccb95d5c
commit e6afdf72af
27 changed files with 113 additions and 50 deletions

View File

@@ -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}}`