diff options
| author | XhmikosR <[email protected]> | 2013-12-11 00:02:24 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-11 00:06:25 +0200 |
| commit | fc3e7433c274617d5bd0f12dff8dba05a4e3576c (patch) | |
| tree | b724ce81f9232f97d00fe555af559039f417a661 /README.md | |
| parent | 1bce8c93012c3d0e9f646f18d78632a43d5d93d5 (diff) | |
| download | bootstrap-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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/). |
