aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Hess <[email protected]>2013-07-26 03:25:12 -0600
committerJordan Hess <[email protected]>2013-07-26 03:25:12 -0600
commitcd23ae00ddfb7246ba56000a2ec6f83f9c82554f (patch)
treeacbf8f3a51c8546791d0e6c5e09a54ece062869a
parentfe095d17a28b78279498bb6439b6b7f3cac06b72 (diff)
downloadbootstrap-cd23ae00ddfb7246ba56000a2ec6f83f9c82554f.tar.xz
bootstrap-cd23ae00ddfb7246ba56000a2ec6f83f9c82554f.zip
Added windows hint to jekyll documentation instructions.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a885599b..30bc60a63 100644
--- a/README.md
+++ b/README.md
@@ -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/).