Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-06 00:17:58 +00:00
parent 9b4b323d91
commit b8f18a7a83
8 changed files with 44 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ source: https://github.com/tldr-pages/tldr.git
> Some subcommands such as `install` have their own usage documentation.
> More information: <https://docs.brew.sh/Manpage>.
- Install the latest stable version of a formula or cask (use `--devel` for development versions):
- Install the latest stable version of a formula or cask:
`brew install {{formula}}`
`brew install {{formula|cask}}`
- List all installed formulae and casks:
@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Upgrade an installed formula or cask (if none is given, all installed formulae/casks are upgraded):
`brew upgrade {{formula}}`
`brew upgrade {{formula|cask}}`
- Fetch the newest version of Homebrew and of all formulae and casks from the Homebrew source repository:
@@ -35,7 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display information about a formula or a cask (version, installation path, dependencies, etc.):
`brew info {{formula}}`
`brew info {{formula|cask}}`
- Check the local Homebrew installation for potential problems: