README.md in jekyll-zopfli-1.0.0 vs README.md in jekyll-zopfli-1.1.0

- old
+ new

@@ -28,10 +28,12 @@ bundle install ``` ## Usage -Once you have the gem installed, run `bundle exec jekyll build`. In your destination directory (`_site` by default) you will find gzipped files. +Once you have the gem installed, run `JEKYLL_ENV=production bundle exec jekyll build`. In your destination directory (`_site` by default) you will find gzipped files. + +Due to the time it takes to generate zopfli files, this plugin only works when the `JEKYLL_ENV` environment variable is set to `production`. ### Serving pre-compiled gzip files You will likely need to adjust your web server config to serve these precomputed gzip files. See below for common server configurations: