OSDN Git Service

Revert "README: update install instruction"
authorTianling Shen <cnsztl@immortalwrt.org>
Mon, 20 Mar 2023 12:05:05 +0000 (20:05 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Mon, 20 Mar 2023 12:05:05 +0000 (20:05 +0800)
This reverts commit 37a628c9a90f379b08401b1b0038ba6307e4c9f7.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
README.md
README.zh-cn.md

index 1f05ada..06b37be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,14 +34,14 @@ opkg feed of v2rayA for OpenWrt users.
 4. Install v2rayA and its dependencies
 
    ```sh
-   # To use v2rayA with Xray-core, please run:
    opkg install v2raya
 
-   # To use v2rayA with v2ray-core, please run:
-   opkg install v2raya2
-
-   # Note: You cannot have both of them installed at the same time.
-   #       Due to broken tproxy support in v2ray-core, recommend using Xray-core for now.
+   # Choose a core you'd like to use, v2ray or Xray
+   # If you have both installed, the former is preferred by default
+   #
+   # Note from maintainer: due to broken tproxy support in v2ray, recommend using Xray instead
+   opkg install xray-core
+   # opkg install v2ray-core
 
    # Optional
    # opkg install v2fly-geoip v2fly-geosite
index 0745f2a..71a97f6 100644 (file)
 4. 安装 v2rayA 及其依赖
 
    ```sh
-   # 使用 Xray 内核:
    opkg install v2raya
 
-   # 使用 v2ray 内核:
-   opkg install v2raya2
-
-   # 注:不可同时安装 v2raya 和 v2raya2。
-   #     由于 v2ray 内核的透明代理支持欠佳,目前更推荐使用 Xray 内核。
+   # 选择一个你喜欢的内核,v2ray 或 Xray
+   # 如果两个内核被同时安装,默认使用前者
+   #
+   # 维护者注:由于目前 v2ray 的透明代理支持欠佳,因此更推荐使用 Xray
+   opkg install xray-core
+   # opkg install v2ray-core
 
    # 可选
    # opkg install v2fly-geoip v2fly-geosite