Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Created October 23, 2014 22:44
Show Gist options
  • Save marloncabrera/6ed048486f959782cf4a to your computer and use it in GitHub Desktop.
Save marloncabrera/6ed048486f959782cf4a to your computer and use it in GitHub Desktop.
Install latest jekyll on Elementary Luna

Install latest jekyll on Elementary Luna

curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm requirements
rvm install ruby
rvm use ruby --default
rvm rubygems current
gem install jekyll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment