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 authored Jun 27, 2022
1 parent 296bf6b commit 42c5fd5
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 42c5fd5

Please sign in to comment.