mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 00:35:33 +02:00
brew: expand example descriptions (#1387)
This commit is contained in:
parent
4e544c1230
commit
57a982446a
2 changed files with 12 additions and 12 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
> The Homebrew package manager for Linux.
|
||||
|
||||
- Search formula:
|
||||
- Search for available formulas:
|
||||
|
||||
`brew search {{text}}`
|
||||
|
||||
- Install formula:
|
||||
- Install the latest stable version of a formula (use `--devel` for development versions):
|
||||
|
||||
`brew install {{formula}}`
|
||||
|
||||
|
@ -14,18 +14,18 @@
|
|||
|
||||
`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}}`
|
||||
|
||||
- Update brew:
|
||||
- Update brew itself:
|
||||
|
||||
`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}}`
|
||||
|
||||
- Check your system for potential problems:
|
||||
- Check your Linuxbrew installation for potential problems:
|
||||
|
||||
`brew doctor`
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
> Package manager for OS X.
|
||||
|
||||
- Search formula:
|
||||
- Search for available formulas:
|
||||
|
||||
`brew search {{text}}`
|
||||
|
||||
- Install formula:
|
||||
- Install the latest stable version of a formula (use `--devel` for development versions):
|
||||
|
||||
`brew install {{formula}}`
|
||||
|
||||
|
@ -14,18 +14,18 @@
|
|||
|
||||
`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}}`
|
||||
|
||||
- Update brew:
|
||||
- Update brew itself:
|
||||
|
||||
`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}}`
|
||||
|
||||
- Check your system for potential problems:
|
||||
- Check your Homebrew installation for potential problems:
|
||||
|
||||
`brew doctor`
|
||||
|
|
Loading…
Add table
Reference in a new issue