From 404661fc729729a2b699b2b1e47b764f3b846acd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 28 Jun 2014 16:09:19 -0400 Subject: [PATCH] You need NodeJS in order to install jekyll-coffeescript. --- site/docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/installation.md b/site/docs/installation.md index 408a2980..13725578 100644 --- a/site/docs/installation.md +++ b/site/docs/installation.md @@ -19,6 +19,8 @@ you’ll need to make sure your system has before you start. - [Ruby](http://www.ruby-lang.org/en/downloads/) - [RubyGems](http://rubygems.org/pages/download) - Linux, Unix, or Mac OS X +- [NodeJS](http://nodejs.org), or another JavaScript runtime (for + CoffeeScript support).
Running Jekyll on Windows