From d749791ed5d22fa21d69ae353cb654e3efebf2f5 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 1 Apr 2015 14:06:11 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ee4da785..9fe8054cf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Documentation * [Database diagram](/doc/models_complete.svg) * [Controllers diagram](/doc/controllers_complete.svg) +### Updating documentation + + AUTODOC=true rspec spec/requests + EPP_DOC=true rspec spec/epp --tag epp --require support/epp_doc.rb --format EppDoc > doc/epp-examples.md Installation ------------