Created
May 3, 2014 22:23
-
-
Save alyssais/41ed57e3553c92dd9722 to your computer and use it in GitHub Desktop.
Fixing Jekyll for @Januzellij
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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