From 1f7d5d0583929b93dda2776f0263c5f42a17256f Mon Sep 17 00:00:00 2001 From: sjlleo Date: Wed, 27 Jul 2022 20:40:45 +0800 Subject: Update to the latest version --- README.md | 4 ++-- 1 file 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`架构,请使用如下命令下载运行 -- cgit v1.2.3