Skip to content

Commit 46c8762

Browse files
authored
Update README.md
1 parent 9f9e573 commit 46c8762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818

1919
4. 尝试运行
2020

21-
~~`go get github.com/miekg/dns` 获取需要的库。~~改用了mod形式。(方便在国内机器部署)
2221

2322
先执行
2423

2524
```shell
2625
$ go env -w GO111MODULE=on
27-
$ go env -w GOPROXY=https://goproxy.cn,direct #可选,国内机器不能上github则需要设置{代}{理}
26+
$ go env -w GOPROXY=https://goproxy.cn,direct #可选,国内机器不能上github则需要执行此处以设置{代}{理}
2827
```
2928

3029
而后`go run main.go`即可看到如下字样,说明已经正常拉取需要的库。

0 commit comments

Comments
 (0)