1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00

Merge pull request #40 from kxjhlele/patch-1

Update install.sh
This commit is contained in:
V2 Ray 2015-10-13 11:25:16 +02:00
commit 06dac18f81

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