yegor256 / jekyll-plantuml

PlantUML plugin for Jekyll: helps you embed UML diagrams into static pages
https://rubygems.org/gems/jekyll-plantuml
MIT License
47 stars 15 forks source link

README issue: installation #49

Open monarchwadia opened 5 months ago

monarchwadia commented 5 months ago

Thanks for the great work!

I thought I should point out that we install the plugin simply by adding it to the plugins config in _config.yml like so:

plugins:
  - jekyll-feed
  - jekyll-seo-tag
  - jekyll-plantuml # <---- our plugin

Would suggest you add this to the README to make installation easier :-) This is just a suggestion.