Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Linux Ask!

Dec 292011
 

How to install homebrew for Mac?

Answer:

Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X. To install under Mac's terminal, type

# /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"

That's it.