Update README.md

This commit is contained in:
Kevin Wan 2022-05-18 13:40:18 +08:00 committed by GitHub
parent b48cd9e791
commit 57fd68528f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
### 1. 编译goctl-swagger插件 ### 1. 编译goctl-swagger插件
``` ```
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro/goctl-swagger GOPROXY=https://goproxy.cn/,direct go install github.com/zeromicro/goctl-swagger@latest
``` ```
### 2. 配置环境 ### 2. 配置环境