From a2d0e390b90d9b891927f4e96a01eb3f02803398 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Sat, 6 Dec 2014 01:11:04 +0000 Subject: [PATCH] Update installation instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b869f33..78e1ec0 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,19 @@ Jekyll Responsive Images is a [Jekyll](http://jekyllrb.com/) plugin and utility ## Installation -Install the gem yourself +You can either use the gem and update your `_config.yml`: ``` $ gem install jekyll-responsive_image ``` -Or simply add it to your Jekyll `_config.yml`: - ```yaml +# _config.yml gems: [jekyll-responsive_image] ``` +Or you can simply copy [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory. + ## Configuration An example configuration is below.