Merge branch 'dev' of https://github.com/snail007/goproxy.git into dev
This commit is contained in:
14
README.md
14
README.md
@ -965,13 +965,13 @@ If you want to get a more detailed configuration and explanation of the KCP para
|
|||||||
### TODO
|
### TODO
|
||||||
- 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
|
Recommend go1.8.5, which does not guarantee that version >=1.9 can be used.
|
||||||
mkdir snail007
|
`go get github.com/snail007/goproxy`
|
||||||
cd snail007
|
use command cd to enter your go SRC directory
|
||||||
execute `git clone https://github.com/snail007/goproxy.git ./proxy`
|
then cd to enter `github.com/snail007/goproxy`.
|
||||||
Direct compilation: `go build`
|
Direct compilation:`go build -o proxy`
|
||||||
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.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|||||||
Reference in New Issue
Block a user