Update README.md

完善:添加V2RAY更新方式
pull/41/head
wulabing 2018-01-24 13:44:31 +08:00 committed by GitHub
parent 8b13113d84
commit 522c78cad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* Centos 系统用户请预先在防火墙中放行程序相关端口默认80443 * Centos 系统用户请预先在防火墙中放行程序相关端口默认80443
## 准备工作 ## 准备工作
* 准备一个域名并将A记录添加好。 * 准备一个域名并将A记录添加好。
* 阅读[V2ray官方说明](https://www.v2ray.com/),了解 TLS WebSocket 及 V2ray 相关信息 * [V2ray官方说明](https://www.v2ray.com/),了解 TLS WebSocket 及 V2ray 相关信息
* 安装好 git * 安装好 git
## 安装方式 ## 安装方式
``` ```
@ -23,6 +23,13 @@ cd temp
bash install.sh | tee v2log.txt bash install.sh | tee v2log.txt
``` ```
## 更新方式
执行:
`bash <(curl -L -s https://install.direct/go.sh)`
参考 [V2ray官方说明](https://www.v2ray.com/chapter_00/install.html)
* 如果为最新版本,会输出提示并停止安装。否则会自动更新
* 未来会将相关内容集成到本脚本中并进行交互式操作更新
### 测试说明 ### 测试说明
* 该测试为 V2.0 版本在 Vultr 测试机使用官方模板进行的测试 * 该测试为 V2.0 版本在 Vultr 测试机使用官方模板进行的测试
* 理论上支持所有具备 Systemd 特性的开发版系统 * 理论上支持所有具备 Systemd 特性的开发版系统