Skip to content

Commit

Permalink
add install doc for go 1.17 (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
gclove committed Sep 6, 2021
1 parent 642f320 commit 523e046
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -48,6 +48,9 @@ Swag converts Go annotations to Swagger Documentation 2.0. We've created a varie
2. Download swag by using:
```sh
$ go get -u github.com/swaggo/swag/cmd/swag

# 1.16 or newer
$ go install github.com/swaggo/swag/cmd/swag@latest
```
To build from source you need [Go](https://golang.org/dl/) (1.13 or newer).

Expand Down
5 changes: 4 additions & 1 deletion README_zh-CN.md
Expand Up @@ -46,7 +46,10 @@ Swag将Go的注释转换为Swagger2.0文档。我们为流行的 [Go Web Framewo
2. 使用如下命令下载swag:

```bash
go get -u github.com/swaggo/swag/cmd/swag
$ go get -u github.com/swaggo/swag/cmd/swag

# 1.16 及以上版本
$ go install github.com/swaggo/swag/cmd/swag@latest
```

从源码开始构建的话,需要有Go环境(1.13及以上版本)。
Expand Down

0 comments on commit 523e046

Please sign in to comment.