]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Help Windows users install Jekyll 11832/head
authorJulian Thilo <bigj95t@gmail.com>
Tue, 10 Dec 2013 23:13:02 +0000 (00:13 +0100)
committerJulian Thilo <bigj95t@gmail.com>
Tue, 10 Dec 2013 23:13:02 +0000 (00:13 +0100)
README.md

index 8bfcc7e55e8024670d533d80b4f28b173dbc92c4..c7da41cd3ea2e94db72aab46bf77c9e734a117c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
 ### Running documentation locally
 
 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).
+  - **Windows users:** read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems.
 2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
   - **Windows users:** run `chcp 65001` first to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors.
 3. Open <http://localhost:9001> in your browser, and voilĂ .