From 872efb0bccf738415165794f316d854dd936052d Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Tue, 9 Jun 2015 12:07:56 -0400 Subject: [PATCH 1/2] Add Python to requirements for Jekyll 2 --- site/_docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/installation.md b/site/_docs/installation.md index aee4b594..b2926ccf 100644 --- a/site/_docs/installation.md +++ b/site/_docs/installation.md @@ -20,6 +20,7 @@ requirements you’ll need to make sure your system has before you start. - Linux, Unix, or Mac OS X - [NodeJS](http://nodejs.org), or another JavaScript runtime (for CoffeeScript support). +- Python (Jekyll 2 and earlier)
Running Jekyll on Windows
From a14f08b2bf53d3de244c596baadf2c8e70c33610 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Thu, 18 Jun 2015 17:55:57 -0400 Subject: [PATCH 2/2] Clarify CoffeeScript requirement --- site/_docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/installation.md b/site/_docs/installation.md index b2926ccf..5ca2bb51 100644 --- a/site/_docs/installation.md +++ b/site/_docs/installation.md @@ -18,8 +18,8 @@ requirements you’ll need to make sure your system has before you start. headers) - [RubyGems](http://rubygems.org/pages/download) - Linux, Unix, or Mac OS X -- [NodeJS](http://nodejs.org), or another JavaScript runtime (for - CoffeeScript support). +- [NodeJS](http://nodejs.org), or another JavaScript runtime (Jekyll 2 and +earlier, for CoffeeScript support). - Python (Jekyll 2 and earlier)