diff options
author | sjlleo <[email protected]> | 2022-07-27 20:40:45 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-27 20:40:45 +0800 |
commit | 1f7d5d0583929b93dda2776f0263c5f42a17256f (patch) | |
tree | c9971e096a5410494caa7f539911dfde364f3cf0 | |
parent | a35f2f93b25e5d987248954e61005b7dffce2a5b (diff) |
Update to the latest version
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`架构,请使用如下命令下载运行 |