Skip to content

Commit 7c22c2d

Browse files
author
V2RaySSR综合网
committed
添加下载命令到README
- 在方法1中添加wget下载命令 - 提供Linux x86_64和ARM64的直接下载链接 - 使用latest标签自动获取最新版本 - 简化用户下载流程
1 parent 40f5460 commit 7c22c2d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@
2828
**方法1:直接下载(推荐)**
2929

3030
[Releases](https://github.com/V2RaySSR/RealityChecker/releases) 页面下载对应架构的zip文件:
31-
- `reality-checker-linux-amd64.zip` - Linux x86_64
32-
- `reality-checker-linux-arm64.zip` - Linux ARM64
31+
32+
```bash
33+
# Linux x86_64
34+
wget https://github.com/V2RaySSR/RealityChecker/releases/latest/download/reality-checker-linux-amd64.zip
35+
36+
# Linux ARM64
37+
wget https://github.com/V2RaySSR/RealityChecker/releases/latest/download/reality-checker-linux-arm64.zip
38+
```
3339

3440
解压后直接使用:
3541
```bash

0 commit comments

Comments
 (0)