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-08-26 14:54:22 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-08-26 14:54:22 +0400
commitac132da789ab64b09f4944de0205167fd1cc5fc4 (patch)
tree54df735ab401c35ea6968d8624df8192cfd6eb25 /README.md
parent701c27e22edd2e42e011029d2b7e44d57e729980 (diff)
Update Ruby dependencies.
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 2cc8b53055..9cdee61287 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.1.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.3.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.