docs: Added README."zh-CN".md translation via https://github.com/dephraiim/translate-readme
parent
fc212d998d
commit
b52f664f06
|
@ -26,7 +26,7 @@ fhs-install-v2ray安装脚本用于轻松部署v2ray以绕过网络限制来构
|
|||
|
||||
### 安装和更新 V2Ray
|
||||
|
||||
// 安裝執行檔和 .dat 資料檔
|
||||
## 安裝執行檔和 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
|
||||
|
||||
### V2Ray 组态
|
||||
|
@ -48,16 +48,16 @@ fhs-install-v2ray安装脚本用于轻松部署v2ray以绕过网络限制来构
|
|||
|
||||
### 安装最新发行的 geoip.dat 和 geosite.dat
|
||||
|
||||
// 只更新 .dat 資料檔
|
||||
## 只更新 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
|
||||
|
||||
### 移除 V2Ray
|
||||
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
|
||||
|
||||
## 包装内容
|
||||
## 包裝內容
|
||||
|
||||
该脚本安装的文件符合[文件系统层次结构标准(FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard):
|
||||
该脚本安装的文件符合:[文件系统层次结构标准(FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard):
|
||||
|
||||
installed: /usr/local/bin/v2ray
|
||||
installed: /usr/local/bin/v2ctl
|
||||
|
@ -72,28 +72,29 @@ fhs-install-v2ray安装脚本用于轻松部署v2ray以绕过网络限制来构
|
|||
|
||||
## 重要提示
|
||||
|
||||
**不推荐在 docker 中使用本专案安装 v2ray,请直接使用[官方映象](https://github.com/v2fly/docker)。**
|
||||
**不推荐在 docker 中使用本专案安装 v2ray,请直接使用:[官方映象](https://github.com/v2fly/docker)。**
|
||||
如果官方映象不能满足您自定义安装的需要,请以**复刻并修改上游 dockerfile 的方式来实现**。
|
||||
|
||||
本专案**不会为您自动生成配置档案**;**只解决使用者安装阶段遇到的问题**。其他问题在这里是无法得到帮助的。
|
||||
请在安装完成后参阅[文件](https://www.v2fly.org/)了解配置档案语法,并自己完成适合自己的配置档案。过程中可参阅社群贡献的[配置档案模板](https://github.com/v2fly/v2ray-examples)
|
||||
(**提请您注意这些模板复制下来以后是需要您自己修改调整的,不能直接使用**)
|
||||
请在安装完成后参阅:[文件](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)」。
|
||||
- 「[将 .dat 文档由 lib 目录移动到 share 目录](https://github.com/v2fly/fhs-install-v2ray/wiki/Move-.dat-files-from-lib-directory-to-share-directory)」。
|
||||
- 「[使用 VLESS 协议](https://github.com/v2fly/fhs-install-v2ray/wiki/To-use-the-VLESS-protocol)」。
|
||||
- [不安装或更新 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)
|
||||
- [将 .dat 文档由 lib 目录移动到 share 目录](https://github.com/v2fly/fhs-install-v2ray/wiki/Move-.dat-files-from-lib-directory-to-share-directory)
|
||||
- [使用 VLESS 协议](https://github.com/v2fly/fhs-install-v2ray/wiki/To-use-the-VLESS-protocol)
|
||||
|
||||
> 若您的问题没有在上方列出,欢迎在 Issue 区提出。
|
||||
|
||||
**提问前请先阅读[问题63](https://github.com/v2fly/fhs-install-v2ray/issues/63),否则可能无法得到解答并被锁定。**
|
||||
**提问前请先阅读:[问题63](https://github.com/v2fly/fhs-install-v2ray/issues/63),否则可能无法得到解答并被锁定。**
|
||||
|
||||
## 贡献
|
||||
|
||||
|
|
Loading…
Reference in New Issue