From 6bce1c79d876f440c90dec56927d809b49fe7c5f Mon Sep 17 00:00:00 2001 From: snail007 Date: Tue, 12 Sep 2017 11:00:44 +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 e0a1e32..5873f03 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ proxy是golang实现的高性能http,https,websocket,tcp代理服务器.程序 提示:所有操作需要root权限. 0.如果你的VPS是linux64位的系统,那么只需要执行下面一句,就可以完成自动安装和配置. -#curl -L https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.sh | bash +#curl -s -L https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.sh | bash 安装完成,配置目录是/etc/proxy,更详细的使用方法参考下面的进一步了解. 如果你的vps不是linux64位系统,请按照下面的半自动步骤安装: