jweslley / rails_completion

Bash completion support for Ruby on Rails.
Other
105 stars 16 forks source link

Add to readme - update bash on MacOsX #13

Closed prcaen closed 11 years ago

prcaen commented 11 years ago

Use last version of bash:

brew install bash
sudo rm /bin/bash
sudo ln -s /usr/local/Cellar/bash/YOUR_VERSION/bin/bash /bin/bash
engeld commented 11 years ago

Yep, this one had me hanging at the start. I wasn't aware that bash v4 was required and (unsuccessfully) tried to make it work with bash v3.