Skip to content

Instantly share code, notes, and snippets.

@ravpacheco
Created September 7, 2017 20:37
Show Gist options
  • Save ravpacheco/0e436ac8bbece654dade77b233639e39 to your computer and use it in GitHub Desktop.
Save ravpacheco/0e436ac8bbece654dade77b233639e39 to your computer and use it in GitHub Desktop.
In order to install personal blog on windows use this steps
  1. Install ruby (2.4)

  2. Downgrade gem to 2.3.0

#gem update --system 2.3.0

  1. Install jekyll

#gem install jekyll

  1. Install bundler

#gem install bundler

  1. Update bundle (on site folder)

#bundle update

  1. Install bundle (on site folder)

#bundle install

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