update install doc

pull/182/head^2
V2Ray 2015-09-15 12:44:38 +02:00
parent 26187230a7
commit b9475730fd
1 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,8 @@
2. sudo tar -C /usr/local -xzf go_latest.tar.gz
3. export PATH=$PATH:/usr/local/go/bin
4. export GOPATH=$HOME/work
5. go get github.com/v2ray/v2ray-core
6. go build github.com/v2ray/v2ray-core/release/server
3. go get github.com/v2ray/v2ray-core
4. go build github.com/v2ray/v2ray-core/release/server
## 配置和运行
[链接](https://github.com/V2Ray/v2ray-core/blob/master/spec/guide.md)