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@gmail.com>2015-10-29 10:08:10 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-10-29 19:02:40 +0300
commit2cccdc8e3d964e7bbfbd86b2a01f7abcbfd88d77 (patch)
tree41194418e7159d9bf40afa0435d0500d88c53426 /README.md
parent2261427a2fbb4407529304cdb9231d9d6b1bafe8 (diff)
Update to Jekyll v.3.0.0.
[skip sauce]
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 8656c1c652..5785e92239 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,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.5.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x).
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.