From 62003c53e6001bd36f36ed23d067548837849dda Mon Sep 17 00:00:00 2001 From: Brandon Lusk Date: Fri, 8 Jul 2022 07:34:59 -0400 Subject: [PATCH] Update Readme to include step for Windows Add note in installation section of Readme to aid in installation on Windows. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e493d1..8ed10c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This plugin can be installed in three steps: ### 1. Install the gem +Note: If you are using Windows, you will need to install the [`https://imagemagick.org/script/download.php`](ImageMagick Binary) first before installing the `jekyll-responsive-image` gem. Be sure the option for adding it to the system path is selected. + Either add `jekyll-responsive-image` to your Gemfile, or run the following command to install the gem: ```