Last active
December 27, 2015 20:09
-
-
Save hugo53/7382237 to your computer and use it in GitHub Desktop.
Install Jekyll
This file contains 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
1. Install RVM | |
\curl -L https://get.rvm.io | bash -s stable | |
2. Install Ruby 1.9.2 | |
rvm install 1.9.2 | |
3. Make default | |
rvm --default 1.9.2 | |
4. Install jekyll | |
sudo gem install jekyll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment