brew: expand example descriptions (#1387)
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user