Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 422 Bytes

Install RVM (source):

  1. Get RVM:

    sudo apt-get install software-properties-common
    sudo apt-add-repository -y ppa:rael-gc/rvm
    sudo apt-get update
    sudo apt-get install rvm
    
  2. Gnome Terminal profile --> "Run command as a login shell"

  3. Reboot

  4. Execute:

    rvm install ruby
    gem install bundler
    bundle install
    bundle exec jekyll serve --watch --incremental