1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-26 13:56:12 -04:00

Update install.sh

go get -u github.com/v2ray/v2ray-core
This commit is contained in:
kxjhlele 2015-10-13 16:52:48 +08:00
parent 9e078d533d
commit b2cd6e739e

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