summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2022-07-27 20:40:45 +0800
committerGitHub <[email protected]>2022-07-27 20:40:45 +0800
commit1f7d5d0583929b93dda2776f0263c5f42a17256f (patch)
treec9971e096a5410494caa7f539911dfde364f3cf0
parenta35f2f93b25e5d987248954e61005b7dffce2a5b (diff)
Update to the latest version
-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`架构,请使用如下命令下载运行