Skip to content

Commit c8f17c6

Browse files
committed
Add separated instructions for 3 and 2 install
1 parent 2863624 commit c8f17c6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@
1111

1212
## Installation
1313

14-
Add this line to your Jekyll site's Gemfile:
14+
### Minima 3
15+
16+
Add this line to your Jekyll site's Gemfile to use Minima 3:
1517

1618
```ruby
19+
gem "minima", github: "jekyll/minima"
20+
```
21+
22+
### Minima 2
23+
24+
If for some reason you prefer to use minima 2, then you may pull it from rubygems.org:
25+
26+
```
1727
gem "minima"
1828
```
1929

30+
### Install
31+
2032
And then execute:
2133

2234
$ bundle

0 commit comments

Comments
 (0)