Skip to content

Commit

Permalink
doc: fix README.Usage install command failed (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hchenn authored Apr 10, 2023
1 parent b6402d4 commit 96f1a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go get -u github.com/swaggo/swag/cmd/swag
Starting in Go 1.17, installing executables with `go get` is deprecated. `go install` may be used instead:

```sh
go install github.com/swaggo/swag/cmd/swag
go install github.com/swaggo/swag/cmd/swag@latest
```

3. Run the [Swag](https://github.com/swaggo/swag) at your Go project root path(for instance `~/root/go-peoject-name`),
Expand Down

0 comments on commit 96f1a1b

Please sign in to comment.