Update README.md

This commit is contained in:
yincongcyincong
2018-02-07 16:09:25 +08:00
committed by GitHub
parent 55cac537b1
commit 2669aac7c9

View File

@ -648,7 +648,7 @@ Then access to the local 8080 port is access to the proxy port 38080 on the VPS,
- Welcome joining group feedback... - Welcome joining group feedback...
### How to use the source code? ### How to use the source code?
use command cd to enter your go SRC directory and then git clone https://github.com/snail007/goproxy.git and execute ./proxy use command cd to enter your go SRC directory and then execute git clone https://github.com/snail007/goproxy.git ./proxy
Direct compilation: go build Direct compilation: go build
execution: go run *.go execution: go run *.go
Utils is a toolkit, and service is a specific service class. Utils is a toolkit, and service is a specific service class.