We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdb321 commit a7d57fbCopy full SHA for a7d57fb
README.md
@@ -14,12 +14,24 @@ version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md*
14
15
## Installation
16
17
-Add this line to your Jekyll site's Gemfile:
+### Minima 3
18
+
19
+Add this line to your Jekyll site's Gemfile to use Minima 3:
20
21
```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
30
gem "minima"
31
```
32
33
+### Install
34
35
And then execute:
36
37
$ bundle
0 commit comments