README.textile
January 12, 2013 ยท View on GitHub
h1. phake-autocomplete
h3. 1. Install bash-completion package
Homebrew
brew install bash-completion
Macports
sudo port install bash-completion
Yum
yum install bash-completion
Apt Get
apt-get install bash-completion
h3. 2. Install the 'phake' auto-complete script into /usr/local/etc/bash_completion.d
ln -s phake /usr/local/etc/bash_completion.d/phake
h3. 3. Relaunch bash/terminal