From db4c5710208fb95cfe8c2ba4bfd74a1eb827be9c Mon Sep 17 00:00:00 2001 From: Sverrir Sigmundarson Date: Mon, 10 Oct 2016 23:10:49 +0200 Subject: [PATCH] Updating install instruction link Adding a link to updated installation instructions for Jekyll 3 and Ruby 2.2.5. These instructions were adapted and significantly updated from the earlier work of Julian Thilo which is now outdated. --- docs/_docs/windows.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index f64ac6d4..68edd8ef 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -16,8 +16,10 @@ A quick way to install Jekyll is to follow the [installation instructions by Dav 2. Install Ruby via Chocolatey: `choco install ruby -y` 3. Reopen a command prompt and install Jekyll: `gem install jekyll` -For a more conventional way of installing Jekyll you can follow the [installation instruction by Julian Thilo][windows-installation]. The instructions were written for Ruby 2.0.0, but should work for later -versions [prior to 2.2][hitimes-issue]. +For a more conventional way of installing Jekyll you can follow the [installation instructions by Sverrir Sigmundarson][windows-installjekyll3]. These instructions are for newer versions of Ruby 2.2.5 and Jekyll 3. + +For instructions for older versions of Ruby 2.0.0 ([prior to 2.2][hitimes-issue]) and Jekyll 2 and older you should follow the [installation instruction by Julian Thilo][windows-installation]. + ## Encoding @@ -34,6 +36,7 @@ $ chcp 65001 ``` [windows-installation]: http://jekyll-windows.juthilo.com/ +[windows-installjekyll3]: https://labs.sverrirs.com/jekyll/ [hitimes-issue]: https://github.com/copiousfreetime/hitimes/issues/40 ## Auto-regeneration