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

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. 配置环境