From 7e2998d4661d4da40eaebce83bc68e8121dd22b4 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Thu, 3 Sep 2020 20:19:44 +0800 Subject: [PATCH] Update README.zh-Hans-CN.md Sync changes on `README` to `README.zh-Hans-CN` --- README.zh-Hans-CN.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.zh-Hans-CN.md b/README.zh-Hans-CN.md index c67da64..db1e17c 100644 --- a/README.zh-Hans-CN.md +++ b/README.zh-Hans-CN.md @@ -14,16 +14,6 @@ installed: /usr/local/bin/v2ctl installed: /usr/local/share/v2ray/geoip.dat installed: /usr/local/share/v2ray/geosite.dat installed: /usr/local/etc/v2ray/config.json -# installed: /usr/local/etc/v2ray/00_log.json -# installed: /usr/local/etc/v2ray/01_api.json -# installed: /usr/local/etc/v2ray/02_dns.json -# installed: /usr/local/etc/v2ray/03_routing.json -# installed: /usr/local/etc/v2ray/04_policy.json -# installed: /usr/local/etc/v2ray/05_inbounds.json -# installed: /usr/local/etc/v2ray/06_outbounds.json -# installed: /usr/local/etc/v2ray/07_transport.json -# installed: /usr/local/etc/v2ray/08_stats.json -# installed: /usr/local/etc/v2ray/09_reverse.json installed: /var/log/v2ray/ installed: /var/log/v2ray/access.log installed: /var/log/v2ray/error.log @@ -64,7 +54,9 @@ or ## 下载 ``` +// 安装可执行文件和 .dat 数据文件 # curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh +// 只更新 .dat 数据文件 # curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh ```