This commit is contained in:
V2Ray 2015-10-13 13:55:18 +02:00
commit 9cf5c3edfb
1 changed files with 1 additions and 1 deletions

View File

@ -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