fix swag command

This commit is contained in:
2023-08-27 21:56:29 +05:30
parent df42b53e57
commit 9ad072eba7

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