From c6d1aa76fc91087caad8d05ba3e1ff1d61fad9d4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Oct 2014 15:48:16 +0300 Subject: Update Jekyll to v2.4.0 and rouge to v1.7.2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a885a9ba9..fb3ac6556 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. -- cgit v1.2.3 From 94b59b57d6cae8ba6503b3040d361a4efda5cdc6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Oct 2014 08:56:20 -0700 Subject: version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a885a9ba9..52bf7c3e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To get started, check out ! Four quick start options are available: -- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.2.0.zip). +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.0.zip). - Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. - Install with [Bower](http://bower.io): `bower install bootstrap`. - Install with [npm](https://www.npmjs.org): `npm install bootstrap`. -- cgit v1.2.3 From 1764c6e5090a687f3a3f3fc4a8ee595eea22a03f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 10 Nov 2014 08:06:37 +0200 Subject: Bump Jekyll to v2.5.1. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3