Skip to content

Commit a7d57fb

Browse files
committed
Add separated instructions for 3 and 2 install
1 parent ffdb321 commit a7d57fb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,24 @@ version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md*
1414

1515
## Installation
1616

17-
Add this line to your Jekyll site's Gemfile:
17+
### Minima 3
18+
19+
Add this line to your Jekyll site's Gemfile to use Minima 3:
1820

1921
```ruby
22+
gem "minima", github: "jekyll/minima"
23+
```
24+
25+
### Minima 2
26+
27+
If for some reason you prefer to use minima 2, then you may pull it from rubygems.org:
28+
29+
```
2030
gem "minima"
2131
```
2232

33+
### Install
34+
2335
And then execute:
2436

2537
$ bundle

0 commit comments

Comments
 (0)