diff --git a/README.md b/README.md index 5b1da1e..90a276b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# Some thing +# SwaggerUI usage example +### Install swag +``` +go get -u github.com/swaggo/swag/cmd/swag +go install github.com/swaggo/swag/cmd/swag +``` + +### Run +``` +./configure --enable-devel-mode +make swag run +``` + +### View +``` +http://localhost:8080/api/docs/ +```