aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-09 23:12:02 -0800
committerMark Otto <[email protected]>2014-11-09 23:12:02 -0800
commitc4847c8f6ba39c331e4f0bfcd4f8d02ba4fa2fa6 (patch)
tree1723c1de52e5ca029615af48bf02cf55e303eae2 /README.md
parenteb74a8cbf363699eb822057650ddff2f36765ec9 (diff)
parent1764c6e5090a687f3a3f3fc4a8ee595eea22a03f (diff)
downloadbootstrap-c4847c8f6ba39c331e4f0bfcd4f8d02ba4fa2fa6.tar.xz
bootstrap-c4847c8f6ba39c331e4f0bfcd4f8d02ba4fa2fa6.zip
Merge branch 'master' of github.com:twbs/bootstrap
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 25db799eb..7b8f24807 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.4.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.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.