Merge pull request #4154 from napcae/patch-1

Update Plugin Docs
This commit is contained in:
Jordon Bedwell 2015-11-24 20:49:11 -06:00
commit c227530300
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ Jekyll generates your site.
values of the gem names of the plugins you'd like to use. An example: values of the gem names of the plugins you'd like to use. An example:
gems: [jekyll-test-plugin, jekyll-jsonify, jekyll-assets] gems: [jekyll-coffeescript, jekyll-watch, jekyll-assets]
# This will require each of these gems automatically. # This will require each of these gems automatically.
Then install your plugins using `gem install jekyll-test-plugin jekyll-jsonify jekyll-assets` Then install your plugins using `gem install jekyll-coffeescript jekyll-watch jekyll-assets`
3. Add the relevant plugins to a Bundler group in your `Gemfile`. An 3. Add the relevant plugins to a Bundler group in your `Gemfile`. An
example: example: