Update README.md

This commit is contained in:
snail007
2018-02-07 23:08:01 +08:00
committed by GitHub
parent c174f85656
commit 1c6df2d9a2

View File

@ -648,10 +648,11 @@ 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 execute git clone https://github.com/snail007/goproxy.git ./proxy use command cd to enter your go SRC directory and then
Direct compilation: go build execute `git clone https://github.com/snail007/goproxy.git ./proxy`
execution: go run *.go Direct compilation: `go build`
Utils is a toolkit, and service is a specific service class. execution: `go run *.go`
`utils` is a toolkit, and `service` is a specific service class.
### License ### License
Proxy is licensed under GPLv3 license. Proxy is licensed under GPLv3 license.