From a483ef32bab9fce371f2561f489474a2e32cdc3e Mon Sep 17 00:00:00 2001 From: subvillion <386250+subvillion@users.noreply.github.com> Date: Wed, 26 Feb 2020 13:33:51 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f6e04..4fc028e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ A TCP port proxy utility inspired by qtunnel(https://github.com/getqujing/qtunne ## How to Build ``` - git clone https://github.com/chenzhe07/portproxy.git - cd portproxy + go get github.com/chenzhe07/portproxy + go get github.com/VividCortex/godaemon + go get github.com/chenzhe07/goconfig + cd ~/go/src/github.com/chenzhe07/portproxy go build -o portproxy *.go ```