Installing Jekyll on OS X Revision as of Monday, 21 December 2015 at 02:30 UTC

 ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

 curl -L https://get.rvm.io | bash -s stable --ruby

 source /usr/local/rvm/scripts/rvm

 gem install jekyll

Footnotes


  1. I temporarily had to chown root:admin /usr/local/bin/brew for
    this to work (and then changed it back) ↩︎

  2. http://localhost:9001 ↩︎