Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down