Skip to content

Instantly share code, notes, and snippets.

@alyssais
Created May 3, 2014 22:23
Show Gist options
  • Save alyssais/41ed57e3553c92dd9722 to your computer and use it in GitHub Desktop.
Save alyssais/41ed57e3553c92dd9722 to your computer and use it in GitHub Desktop.
Fixing Jekyll for @Januzellij
brew install rbenv ruby-build
echo "eval $(rbenv init -)" >> ~/.zshrc
source ~/.zshrc
rbenv install 2.1.1
rbenv global 2.1.1
gem install jekyll
rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment