From 5c7b49eb4d3ceba529d98b51c8cb237c3b7fcca9 Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Mon, 30 Mar 2020 15:12:29 +0200 Subject: [PATCH] Add documentation about how to install rspec-docs-template yard plugin --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 08ae70b04..1df97e817 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ Requires a recent version of Ruby (> 2.1.x, tested on 2.5.3), bundler and imagem * `bundle install` * `middleman build` +## Install rspec-docs-template yard plugin + +This plugin is needed when you run Rakefile command to generate documentation from +`rspec-dev` or `rspec-rails`. + +From this repository: + +`gem build yard-rspec-docs-template.gemspec` + ## Local Developing Run