aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-12-11 00:02:24 +0200
committerXhmikosR <[email protected]>2013-12-11 00:06:25 +0200
commitfc3e7433c274617d5bd0f12dff8dba05a4e3576c (patch)
treeb724ce81f9232f97d00fe555af559039f417a661
parent1bce8c93012c3d0e9f646f18d78632a43d5d93d5 (diff)
downloadbootstrap-fc3e7433c274617d5bd0f12dff8dba05a4e3576c.tar.xz
bootstrap-fc3e7433c274617d5bd0f12dff8dba05a4e3576c.zip
Update README.md.
Mention that Python needs to be in PATH for Pygments to work and thus jekyll not fail.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8bfcc7e55..4a17ec226 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).
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.
+ - **Windows users:** make sure you have Python installed and added in your PATH otherwise the build will fail due to Pygments.
3. Open <http://localhost:9001> in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).