1
0
Fork 0
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:
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.
- 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`

View file

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