Move pages back into a "pages" folder

This commit is contained in:
rprieto
2014-03-04 23:28:29 +11:00
parent 0a4c0f0a37
commit f00bf64426
99 changed files with 0 additions and 0 deletions

27
pages/osx/brew.md Normal file
View File

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