Skip to content

Instantly share code, notes, and snippets.

@koryonik
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koryonik/0de1f061d319064ff5d0 to your computer and use it in GitHub Desktop.
Save koryonik/0de1f061d319064ff5d0 to your computer and use it in GitHub Desktop.
# brefore you will need to install Xcode and the Command-Line Tools and valid licence
brew update
brew doctor
brew install rbenv
brew install ruby-build
# see https://github.com/sstephenson/ruby-build/issues/377
brew uninstall openssl
brew install openssl
rbenv install 2.1.2
rbenv global 2.1.2
# check version installation successfull
rbenv versions
gem install jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment