Update windows.md with Ruby version info

Jekyll dependency hitimes does not support Ruby 2.2 on Windows yet
This commit is contained in:
Michael Giuffrida 2015-06-24 13:02:02 -07:00
parent 68c3988861
commit 197dd184f9
1 changed files with 3 additions and 0 deletions

View File

@ -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