mirror of https://github.com/v2ray/v2ray-core
update install doc
parent
26187230a7
commit
b9475730fd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue