fix swag command

This commit is contained in:
Arya Kiran 2023-08-27 21:56:29 +05:30
parent df42b53e57
commit 9ad072eba7
No known key found for this signature in database
GPG key ID: 842D12BDA50DF120

View file

@ -18,8 +18,7 @@ I'm initially focusing on the api and engines, but eventually Mozhi will have a
## Building
```
go mod download
go install github.com/swaggo/swag/cmd/swag@latest
swag init
go run github.com/swaggo/swag/cmd/swag@latest init
go build -o mozhi
```