Table of Contents
Current MacOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
MacOS X Snow Leopard (10.6.x)
/bin/bash -c "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
MacOS X Tiger (10.4.x)
Transfer file https://raw.github.com/mistydemeo/tigerbrew/go/install to your tiger installation and run:
ruby install
OR
ruby install "$(curl -fsSkL https://raw.github.com/mistydemeo/tigerbrew/go/install)"
add this line to your ~/.bash_profile
export PATH=/usr/local/sbin:/usr/local/bin:$PATH