From e886793d2b7ec454e34e1534781643cf0e70db0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 14 Oct 2016 15:10:16 -0700 Subject: [PATCH] Add Windows-specific instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ceaf81..e70bf72d 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,19 @@ If you are working on the site, you will want to install and run a local copy of ### Dependencies -In order to use Jekyll, you will need to have Ruby installed. +In order to use Jekyll, you will need to have Ruby. - [Ruby](http://www.ruby-lang.org/) (version >= 1.8.7) - [RubyGems](http://rubygems.org/) (version >= 1.3.7) - [Bundler](http://gembundler.com/) -Mac OS X comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`). +macOS comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`). Otherwise, [RVM](https://rvm.io/) and [rbenv](https://github.com/sstephenson/rbenv) are popular ways to install Ruby. + +The version of the Pygment syntax highlighter used by Jekyll requires Python 2.7.x (not 3.x). macOS comes pre-installed with Python 2.7, but you may need to install it on other OSs. + + - [Python](https://www.python.org) (version 2.7.x) + Once you have RubyGems and installed Bundler (via `gem install bundler`), use it to install the dependencies: ```sh