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.noreply.github.com>2014-11-01 11:02:16 +0300
committerXhmikosR <XhmikosR@users.noreply.github.com>2014-11-01 11:02:16 +0300
commit7d8bacb8178c33c389575d1fc0fc2d99590eb4b6 (patch)
tree838fbee229577cf1dd9593af80e6614d060a03a5 /README.md
parent15faedd8349ef537110351716d6a18ac8dbb6969 (diff)
parentc6d1aa76fc91087caad8d05ba3e1ff1d61fad9d4 (diff)
Merge pull request #14746 from twbs/gems-bump
Update Jekyll to v2.4.0 and rouge to v1.7.2.
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 52bf7c3e08..25db799eb9 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,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.3.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.4.x).
- **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.