Added swag generation command help

This commit is contained in:
perp 2024-06-02 14:06:39 +01:00
parent 31ebc78482
commit 949d691ef7

View File

@ -5,6 +5,11 @@ GoPay is a cryptocurrency payment processor made in Go
## This project is a work in progress
## Generate Swagger documentation
```
swag i -g v1.go -dir internal/router/api/v1 --instanceName v1
```
## Credits
Thanks to [MoneroPay](https://github.com/moneropay/moneropay/) for the inspiration