From 06e1247706cf007f616cfa94f0686024761e01e8 Mon Sep 17 00:00:00 2001 From: yincongcyincong <648588267@qq.com> Date: Thu, 26 Apr 2018 18:56:57 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa69f98..ce410b8 100644 --- a/README.md +++ b/README.md @@ -965,13 +965,13 @@ If you want to get a more detailed configuration and explanation of the KCP para ### TODO - Welcome joining group feedback... -### How to use the source code? -use command cd to enter your go SRC directory and then -mkdir snail007 -cd snail007 -execute `git clone https://github.com/snail007/goproxy.git ./proxy` -Direct compilation: `go build` -execution: `go run *.go` +### How to use the source code? +Recommend go1.8.5, which does not guarantee that version >=1.9 can be used. +`go get github.com/snail007/goproxy` +use command cd to enter your go SRC directory +then cd to enter `github.com/snail007/goproxy`. +Direct compilation:`go build -o proxy` +execution: `go run *.go` `utils` is a toolkit, and `service` is a specific service class. ### License