mirror of https://github.com/v2ray/v2ray-core
parent
9e078d533d
commit
b2cd6e739e
|
@ -30,6 +30,6 @@ if [ -z "$GOPATH" ]; then
|
||||||
export GOPATH=/v2ray
|
export GOPATH=/v2ray
|
||||||
fi
|
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
|
go build -o $GOPATH/bin/v2ray -compiler gc github.com/v2ray/v2ray-core/release/server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue