Installation

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Examples

패키지 install

$ brew install ag       # ag 설치

패키지 uninstall

$ brew uninstall ag     # uninstall ag

전용 경로 확인하기

$ cd /usr/local/Cellar  # brew로 설치한 패키지는 모두 여기에.
$ cd /usr/local         # /usr/local 하위에 있는 bin, sbin 등에 설치한 패키지의 심볼릭 링크가 있다.

문제 해결

$ brew doctor   # 문제 목록을 보여주고, 대응 방법을 알려준다.