Skip to content

Commit

Permalink
Add separated instructions for 3 and 2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlesEpic committed Aug 11, 2022
1 parent ffdb321 commit a7d57fb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,24 @@ version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md*

## 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

0 comments on commit a7d57fb

Please sign in to comment.