From 23e5a79d81bb85e631e372077987f252c410eec6 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Thu, 25 Feb 2016 09:03:51 +0000 Subject: [PATCH] Improve installation instructions. Closes #14. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a216624..0de5af4 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,19 @@ Jekyll Responsive Images is a [Jekyll](http://jekyllrb.com/) plugin and utility ## Installation -You can either use the gem and update your `_config.yml`: +First, install the gem: ``` $ gem install jekyll-responsive_image ``` +Then you can either add it to the `gems` section of your `_config.yml`: + ```yaml -# _config.yml -gems: [jekyll-responsive_image] +gems: [jekyll/responsive-image] ``` -Or you can simply copy [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory. +Or you can copy the contents of [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory. ## Configuration