Update README.md

You need to run the generation of rswag:api:install rswag:ui:install in separated lines to work
This commit is contained in:
stefanosx 2019-03-06 12:59:24 +01:00 committed by GitHub
parent a50bf616b9
commit 49b5059273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```