fix swag command

This commit is contained in:
Arya 2023-08-27 21:56:29 +05:30
parent df42b53e57
commit 9ad072eba7
Signed by: arya
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 ## Building
``` ```
go mod download go mod download
go install github.com/swaggo/swag/cmd/swag@latest go run github.com/swaggo/swag/cmd/swag@latest init
swag init
go build -o mozhi go build -o mozhi
``` ```