From a2f32f46ddebc53b940fbbc68ba225c9c49444e8 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Fri, 18 Sep 2015 11:43:11 +0200 Subject: [PATCH] update install instruction --- spec/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/install.md b/spec/install.md index 573afba9..712dc07f 100644 --- a/spec/install.md +++ b/spec/install.md @@ -12,5 +12,10 @@ 3. go get github.com/v2ray/v2ray-core 4. go build github.com/v2ray/v2ray-core/release/server +### Debian / Ubuntu +sudo bash <(curl -s https://raw.githubusercontent.com/v2ray/v2ray-core/master/release/install.sh) + +此脚本会自动安装 git 和 golan 1.5 (如果系统上没有的话),然后把 v2ray 编译到 $GOPATH/bin/v2ray,新装的 golang 会把 GOPATH 设定到 /v2ray。 + ## 配置和运行 [链接](https://github.com/V2Ray/v2ray-core/blob/master/spec/guide.md)