We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f5460 commit 7c22c2dCopy full SHA for 7c22c2d
README.md
@@ -28,8 +28,14 @@
28
**方法1:直接下载(推荐)**
29
30
从 [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
+
+```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
+```
39
40
解压后直接使用:
41
```bash
0 commit comments