Skip to content

Commit

Permalink
Jekyll needs the ":jekyll_plugins" group in the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey authored Aug 9, 2017
1 parent a58aadf commit 8dc5fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are also a few [JavaScript enhancement features](#javascript-enhancements)

If you just want to get up and running quickly, here’s the rundown of what you need to do:

1. Add `gem 'jekyll-webmention_io'` to your `Gemfile`
1. Add `gem 'jekyll-webmention_io'` to the `:jekyll_plugins` group in your `Gemfile`
2. Run `bundle install`
3. Add the [`{% webmentions_head %}`](#webmentions_head) tag to the `head` of your site
4. Add the [`{% webmentions %}`](#webmentions) tag to the layout for your posts where you want webmentions displayed
Expand Down

0 comments on commit 8dc5fb6

Please sign in to comment.