Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-06-10 09:14:09 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-06-10 09:14:09 +0400
commitff9ab6ce21571094ae6aee219c7694f7ae2f04d5 (patch)
tree219b4a09d8d55485f909865c01a52a7891fa2e75 /README.md
parent6a2482447dbc33519a966753e47607be9f199182 (diff)
Update docs for Jekyll 2.x.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9173ca5ad5..3f41637011 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,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.5.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.0.x).
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
3. Open <http://localhost:9001> in your browser, and voilĂ .