diff options
| author | Jordan Hess <[email protected]> | 2013-07-26 03:25:12 -0600 |
|---|---|---|
| committer | Jordan Hess <[email protected]> | 2013-07-26 03:25:12 -0600 |
| commit | cd23ae00ddfb7246ba56000a2ec6f83f9c82554f (patch) | |
| tree | acbf8f3a51c8546791d0e6c5e09a54ece062869a | |
| parent | fe095d17a28b78279498bb6439b6b7f3cac06b72 (diff) | |
| download | bootstrap-cd23ae00ddfb7246ba56000a2ec6f83f9c82554f.tar.xz bootstrap-cd23ae00ddfb7246ba56000a2ec6f83f9c82554f.zip | |
Added windows hint to jekyll documentation instructions.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,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). -2. From the `/bootstrap` directory, run `jekyll serve` in the command line. +2. From the `/bootstrap` directory, run `jekyll serve` in the command line. (on Windows, run `chcp 65001` before `jekyll serve`) 3. Open [http://localhost:9001](http://localhost:9001) in your browser, and voilĂ . Learn more about using Jekyll by reading their [documentation](http://jekyllrb.com/docs/home/). |
