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 2863624 commit c8f17c6Copy full SHA for c8f17c6
README.md
@@ -11,12 +11,24 @@
11
12
## Installation
13
14
-Add this line to your Jekyll site's Gemfile:
+### Minima 3
15
+
16
+Add this line to your Jekyll site's Gemfile to use Minima 3:
17
18
```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
27
gem "minima"
28
```
29
30
+### Install
31
32
And then execute:
33
34
$ bundle
0 commit comments