fix swag command
This commit is contained in:
parent
df42b53e57
commit
9ad072eba7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue