Update installation instructions

This commit is contained in:
Joseph Wynn 2014-12-06 01:11:04 +00:00
parent e13be5ea54
commit a2d0e390b9
1 changed files with 4 additions and 3 deletions

View File

@ -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.