Commit b44d3c65 authored by kzkzzzz's avatar kzkzzzz

feat: 修改readme

parent 3ea7d44f
...@@ -13,8 +13,18 @@ tool/gateway 开发调试网关, 例如: go run gateway.go -c 192.168.233.1:850 ...@@ -13,8 +13,18 @@ tool/gateway 开发调试网关, 例如: go run gateway.go -c 192.168.233.1:850
``` ```
#### 初始化, 下载依赖工具 #### 初始化项目, 下载依赖工具
```shell ```shell
# 开启go module
go env -w GO111MODULE=on
# 设置国内镜像
go env -w GOPROXY=https://goproxy.cn,directc
# 下载依赖
go mod download
go mod tidy
# 下载相关命令工具
make init make init
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment