Skip to content

Commit

Permalink
chore: Fix README.md [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
  • Loading branch information
kuoruan committed Mar 6, 2019
1 parent 816434c commit 85d6479
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ OpenWrt/LEDE 上可用的 V2Ray

-[release](https://github.com/kuoruan/openwrt-v2ray/releases) 页面下载最新版的编译文件(注:请根据你的路由器架构下载对应版本)

通常下载 ```v2ray-core_*.apk``` 即可
通常下载 ```v2ray-core_*.ipk``` 即可

### 文件说明

| 文件名 | 内容 | 说明 |
| ----- | --- | --- |
| v2ray_*.apk | 仅含 v2ray | 只支持 Protobuf 格式配置文件 |
| v2ctl_*.apk | 仅含 v2ctl | V2Ray 辅助工具 |
| v2ray-assets_*.apk | 包含 geoip.dat 和 geosite:dat | IP 数据文件和域名数据文件 |
| v2ray-core_*.apk | 完整包 | 包含以上所有内容 |
| v2ray_*.ipk | 仅含 v2ray | 只支持 Protobuf 格式配置文件 |
| v2ctl_*.ipk | 仅含 v2ctl | V2Ray 辅助工具 |
| v2ray-assets_*.ipk | 包含 geoip.dat 和 geosite.dat | IP 数据文件和域名数据文件 |
| v2ray-core_*.ipk | 完整包 | 包含以上所有内容 |

- 将文件上传到你的路由器上,进行安装

Expand Down

0 comments on commit 85d6479

Please sign in to comment.