Skip to content

Instantly share code, notes, and snippets.

@hugo53
Last active December 27, 2015 20:09
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 hugo53/7382237 to your computer and use it in GitHub Desktop.
Save hugo53/7382237 to your computer and use it in GitHub Desktop.
Install Jekyll
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