Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 256 Bytes

homebrew.md

File metadata and controls

15 lines (11 loc) · 256 Bytes

Homebrew

The missing package manager for OS X. http://brew.sh

Requirements

  • Xcode
  • Xcode command line tools

Installation

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew doctor
brew update