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-29 09:39:40 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-06-29 09:39:40 +0400
commit1098453f831fad3fdfcbf036237ed064a5d29b26 (patch)
tree4f3f0b0c18afe919cb6e17c737dbc08901e0e8ed /README.md
parent018114fc09ef03e65fded8a50e12150210f9df3d (diff)
Update to Jekyll 2.1.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 82c4a17b86..b00a132b09 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,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 v2.0.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.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Ă .