Skip to content

Commit

Permalink
fix go get link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jun 7, 2017
1 parent 45fd058 commit 0066890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z "$GOPATH" ]; then
fi

go get -u v2ray.com/core/...
go get -u v2ray/com/ext/...
go get -u v2ray.com/ext/...
rm $GOPATH/bin/vbuild
go install v2ray.com/ext/tools/build/vbuild
$GOPATH/bin/vbuild

0 comments on commit 0066890

Please sign in to comment.