Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,27 +1,27 @@
# brew
> Package manager for OS X
> Package manager for OS X.
- Search formula
- Search formula:
`brew search {{text}}`
- Install formula
- Install formula:
`brew install {{formula}}`
- List installed formulae [with matching name]
- List installed formulae [with matching name]:
`brew list {{[text]}}`
- Get latest version of installed formula (passing no formula updates all installed formulae)
- Get latest version of installed formula (passing no formula updates all installed formulae):
`brew upgrade {{[formula]}}`
- Update brew
- Update brew:
`brew update`
- Switch version of formula
- Switch version of formula:
`brew switch {{formula}} {{version}}`