Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snail007 committed Feb 7, 2018
1 parent c174f85 commit 1c6df2d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...

### 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
Direct compilation: go build
execution: go run *.go
Utils is a toolkit, and service is a specific service class.
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`
execution: `go run *.go`
`utils` is a toolkit, and `service` is a specific service class.

### License
Proxy is licensed under GPLv3 license.
Expand Down

0 comments on commit 1c6df2d

Please sign in to comment.