mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 22:58:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user