From 21e7e8ad2d3f4a4bf18436f9786aee442bae1332 Mon Sep 17 00:00:00 2001 From: helinb <1696060289@qq.com> Date: Sun, 27 Sep 2015 20:20:17 +0800 Subject: [PATCH] Update install.md --- spec/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/install.md b/spec/install.md index 0ca488f1..3442c422 100644 --- a/spec/install.md +++ b/spec/install.md @@ -17,7 +17,7 @@ 2. 安装 golang:sudo pacman -S go 1. export GOPATH=$HOME/work 3. go get github.com/v2ray/v2ray-core -4. go build github.com/v2ray/v2ray-core/release/server +4. go build -o $GOPATH/bin/v2ray -compiler gc github.com/v2ray/v2ray-core/release/server ### Debian / Ubuntu sudo bash <(curl -s https://raw.githubusercontent.com/v2ray/v2ray-core/master/release/install.sh)