summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e20c83..f260372 100644
--- a/README.md
+++ b/README.md
@@ -65,12 +65,12 @@ Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck
对于`amd64`(`x86_64`),请使用如下命令下载运行
```bash
-wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_amd64 && chmod +x nf && ./nf
+wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf
```
对于`arm64`,请使用如下命令下载运行
```bash
-wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_arm64 && chmod +x nf && ./nf
+wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf
```
对于部分路由器,其SoC使用了`mips`架构,请使用如下命令下载运行