From 197dd184f95bd2361b199eaaa93e5674331acef0 Mon Sep 17 00:00:00 2001 From: Michael Giuffrida Date: Wed, 24 Jun 2015 13:02:02 -0700 Subject: [PATCH] Update windows.md with Ruby version info Jekyll dependency hitimes does not support Ruby 2.2 on Windows yet --- site/_docs/windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/_docs/windows.md b/site/_docs/windows.md index 7642592c..a3e6b5f0 100644 --- a/site/_docs/windows.md +++ b/site/_docs/windows.md @@ -12,6 +12,8 @@ knowledge and lessons that have been unearthed by Windows users. Julian Thilo has written up instructions to get [Jekyll running on Windows][windows-installation] and it seems to work for most. +The instructions were written for Ruby 2.0.0, but should work for later versions +[prior to 2.2][hitimes-issue]. ## Encoding @@ -28,6 +30,7 @@ $ chcp 65001 {% endhighlight %} [windows-installation]: http://jekyll-windows.juthilo.com/ +[hitimes-issue]: https://github.com/copiousfreetime/hitimes/issues/40 ## Auto-regeneration