From 1c6df2d9a24ece08cf106073ad3b9829fc418945 Mon Sep 17 00:00:00 2001 From: snail007 Date: Wed, 7 Feb 2018 23:08:01 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f797fd..4a22859 100644 --- a/README.md +++ b/README.md @@ -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.