Updated README to include new gem install.

gem install jekyll-autoprefixer
This commit is contained in:
Perry Woodin 2016-09-06 09:19:12 -04:00
parent 620970e234
commit 6b7777d009

View file

@ -12,10 +12,11 @@ https://jekyllrb.com
* `gem install jekyll` * `gem install jekyll`
### Supporting Gems ### Supporting Gems
These Gems were also installed on the CI server. These Gems must also be installed on the CI server.
* `gem install jekyll-paginate` * `gem install jekyll-paginate`
* `gem install classifier-reborn` * `gem install classifier-reborn`
* `gem install jekyll-autoprefixer`
### Plugins ### Plugins
* `jekyll-multiple-languages-plugin` installed as a git submodule in `_plugins/`. Documentation at https://github.com/perrywoodin/jekyll-multiple-languages-plugin. This is a modified fork that adds two new tags for outputting markdown `{% tmd key %}` or `{% translatemd key %}` * `jekyll-multiple-languages-plugin` installed as a git submodule in `_plugins/`. Documentation at https://github.com/perrywoodin/jekyll-multiple-languages-plugin. This is a modified fork that adds two new tags for outputting markdown `{% tmd key %}` or `{% translatemd key %}`