From c8f17c60b71fde770cf2eeb83a57d83dd7ea8915 Mon Sep 17 00:00:00 2001 From: Doodles Date: Mon, 27 Jun 2022 02:52:14 -0300 Subject: [PATCH] Add separated instructions for 3 and 2 install --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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