From 23a4db9bde4872b9b77f701b3723a25eb216da10 Mon Sep 17 00:00:00 2001 From: snail007 Date: Sat, 16 Sep 2017 08:42:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c253f58..b3cc158 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ proxy是golang实现的高性能http,https,websocket,tcp代理服务器.程序 #wget https://github.com/snail007/goproxy/releases/download/v2.0/proxy-linux-amd64.tar.gz 3.下载自动安装脚本 #cd /root/proxy/ -#wget https://github.com/snail007/goproxy/blob/master/install.sh +#wget https://raw.githubusercontent.com/snail007/goproxy/master/install.sh #chmod +x install.sh #./install.sh