浏览代码

Merge branch 'master' of https://github.com/v2ray/v2ray-core

V2Ray 10 年之前
父节点
当前提交
9cf5c3edfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release/install.sh

+ 1 - 1
release/install.sh

@@ -30,6 +30,6 @@ if [ -z "$GOPATH" ]; then
   export GOPATH=/v2ray
 fi
 
-go get github.com/v2ray/v2ray-core
+go get -u github.com/v2ray/v2ray-core
 go build -o $GOPATH/bin/v2ray -compiler gc github.com/v2ray/v2ray-core/release/server