Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polyglot-jones committed Sep 3, 2014
1 parent 606701a commit 8d7c6dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ Quick Start Guide

If -format="confluence", then a the API documentation will be saved in a single file using Atlassian's Confluence wiki syntax. Use -output to specify the fully qualified filename for the MarkDown file. (The default is API.confluence in the current directory).

4. To run the generated swagger UI (assuming you left swaggerUiPath blank), copy/move the generated docs.go file to the same folder as web.go. Then:
`go run web.go docs.go`
4. To run the generated swagger UI (assuming you used -format="go"), copy/move the generated docs.go file to the same folder as web.go. Then:

`go run web.go docs.go`

5. Enjoy it :-)


Expand Down

0 comments on commit 8d7c6dc

Please sign in to comment.