diff --git a/README.md b/README.md index cfafecdad2..a2e3df6d0a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,24 @@ ## Installation -Add this line to your Jekyll site's Gemfile: +### Minima 3 + +Add this line to your Jekyll site's Gemfile to use Minima 3: ```ruby +gem "minima", github: "jekyll/minima" +``` + +### Minima 2 + +If for some reason you prefer to use minima 2, then you may pull it from rubygems.org: + +``` gem "minima" ``` +### Install + And then execute: $ bundle