瀏覽代碼

Update install.md

helinb 10 年之前
父節點
當前提交
21e7e8ad2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spec/install.md

+ 1 - 1
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)