Skip to content

Commit 475035e

Browse files
committed
Merge pull request #24 from chikamichi/readme-require
Mention final install step in the README
2 parents 94c04ff + 3b83119 commit 475035e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Or install it yourself as:
1818

1919
$ gem install jekyll-gist
2020

21+
Finally, add the following to your site's `_config.yml`:
22+
23+
```
24+
gems:
25+
- jekyll-gist
26+
```
27+
2128
## Usage
2229

2330
Use the tag as follows in your Jekyll pages, posts and collections:

0 commit comments

Comments
 (0)