1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:35:45 +02:00

brew: expand example descriptions (#1387)

This commit is contained in:
Waldir Pimenta 2017-05-24 21:31:16 +01:00 committed by GitHub
parent 4e544c1230
commit 57a982446a
2 changed files with 12 additions and 12 deletions

View file

@ -2,11 +2,11 @@
> The Homebrew package manager for Linux. > The Homebrew package manager for Linux.
- Search formula: - Search for available formulas:
`brew search {{text}}` `brew search {{text}}`
- Install formula: - Install the latest stable version of a formula (use `--devel` for development versions):
`brew install {{formula}}` `brew install {{formula}}`
@ -14,18 +14,18 @@
`brew list` `brew list`
- Get latest version of installed formula (passing no formula updates all installed formulae): - Update an installed formula (passing no formula updates all installed formulae):
`brew upgrade {{formula}}` `brew upgrade {{formula}}`
- Update brew: - Update brew itself:
`brew update` `brew update`
- Display information about formula, which contains formula version, installed path, dependencies, etc.: - Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}` `brew info {{formula}}`
- Check your system for potential problems: - Check your Linuxbrew installation for potential problems:
`brew doctor` `brew doctor`

View file

@ -2,11 +2,11 @@
> Package manager for OS X. > Package manager for OS X.
- Search formula: - Search for available formulas:
`brew search {{text}}` `brew search {{text}}`
- Install formula: - Install the latest stable version of a formula (use `--devel` for development versions):
`brew install {{formula}}` `brew install {{formula}}`
@ -14,18 +14,18 @@
`brew list` `brew list`
- Get latest version of installed formula (passing no formula updates all installed formulae): - Update an installed formula (passing no formula updates all installed formulae):
`brew upgrade {{formula}}` `brew upgrade {{formula}}`
- Update brew: - Update brew itself:
`brew update` `brew update`
- Display information about formula, which contains formula version, installed path, dependencies, etc.: - Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}` `brew info {{formula}}`
- Check your system for potential problems: - Check your Homebrew installation for potential problems:
`brew doctor` `brew doctor`