From 49b5059273e50342803031e1b2e2774dcc61f74c Mon Sep 17 00:00:00 2001 From: stefanosx Date: Wed, 6 Mar 2019 12:59:24 +0100 Subject: [PATCH] Update README.md You need to run the generation of rswag:api:install rswag:ui:install in separated lines to work --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f0157..5d9b369 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ Once you have an API that can describe itself in Swagger, you've opened the trea Or run the install generators for each package separately if you installed Rswag as separate gems, as indicated above: ```ruby - rails g rswag:api:install rswag:ui:install + rails g rswag:api:install + rails g rswag:ui:install RAILS_ENV=test rails g rswag:specs:install ```