Update README.md

pull/198/head
Benjamin Chodroff 2021-01-29 16:56:33 +08:00 committed by GitHub
parent ec3934cb13
commit 7c0ba5b0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 14 deletions

View File

@ -33,7 +33,7 @@ fhs-install-v2ray安裝腳本用於輕鬆部署v2ray以繞過網絡限制來構
1. 從GitHub.com下載fhs-install-v2ray存儲庫作為zip文件。
2. 從以下位置下載v2ray-core發行zip文件 [https://github.com/v2fly/v2ray-core/releases](https://github.com/v2fly/v2ray-core/releases)
3. 將兩個zip文件都上傳到您的服務器
4. 解壓縮fhz-install-v2ray存儲庫zip文件
4. 解壓縮fhs-install-v2ray存儲庫zip文件
5. 運行安裝並將其指向本地v2ray-core zip文件```sudo bash install-release.sh --local /path/to/v2ray-linux-64.zip```
## 更新或刪除
@ -64,21 +64,16 @@ installed: /etc/systemd/system/v2ray@.service
```
## 重要提示
- 不推薦在 docker 中使用本專案安裝 v2ray請直接使用 [官方映象](https://github.com/v2fly/docker)。**
- 如果官方映象不能滿足您自定義安裝的需要,請以 復刻並修改上游 dockerfile 的方式來實現
- 本專案不會為您自動生成配置檔案;只解決使用者安裝階段遇到的問題。其他問題在這裡是無法得到幫助的。
- 請在安裝完成後參閱 [文件](https://www.v2fly.org/) 瞭解配置檔案語法,並自己完成適合自己的配置檔案。過程中可參閱社群貢獻的 [配置檔案模板](https://github.com/v2fly/v2ray-examples)
- 提請您注意這些模板複製下來以後是需要您自己修改調整的,不能直接使用
**不推薦在 docker 中使用本專案安裝 v2ray請直接使用: [官方映象](https://github.com/v2fly/docker)。**
如果官方映象不能滿足您自定義安裝的需要,請以 **復刻並修改上游 dockerfile 的方式來實現**。
本專案 **不會為您自動生成配置檔案****只解決使用者安裝階段遇到的問題**。其他問題在這裡是無法得到幫助的。
請在安裝完成後參閱: [文件](https://www.v2fly.org/) 瞭解配置檔案語法,並自己完成適合自己的配置檔案。過程中可參閱社群貢獻的: [配置檔案模板](https://github.com/v2fly/v2ray-examples)
(**提請您注意這些模板複製下來以後是需要您自己修改調整的,不能直接使用**
## 使用
## 记录中
* 該腳本在執行時會提供 `info``error` 等信息,請仔細閱讀。
## 解決問題
* [不安裝或更新 geoip.dat 和 geosite.dat](https://github.com/v2fly/fhs-install-v2ray/wiki/Do-not-install-or-update-geoip.dat-and-geosite.dat)
* [使用證書時權限不足](https://github.com/v2fly/fhs-install-v2ray/wiki/Insufficient-permissions-when-using-certificates)
* [從舊腳本遷移至此](https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this)
@ -87,10 +82,10 @@ installed: /etc/systemd/system/v2ray@.service
> 若您的問題沒有在上方列出,歡迎在 Issue 區提出。
**提問前請先閱讀: [Issue #63](https://github.com/v2fly/fhs-install-v2ray/issues/63),否則可能無法得到解答並被鎖定。**
**提問前請先閱讀 [Issue #63](https://github.com/v2fly/fhs-install-v2ray/issues/63),否則可能無法得到解答並被鎖定。**
## 貢獻
請於 [develop](https://github.com/v2fly/fhs-install-v2ray/tree/develop) 分支進行,以避免對主分支造成破壞。
請於 [develop](https://github.com/v2fly/fhs-install-v2ray/tree/develop) 分支進行,以避免對主分支造成破壞。
待確定無誤後,兩分支將進行合併。