summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-05-26 21:01:26 +0800
committerGitHub <[email protected]>2021-05-26 21:01:26 +0800
commitfce22d710a3228521969cc9e12358b5d97272bec (patch)
tree09fb530727c8fa2b220b1e25c3ec8b9099901a2c
parent2f01bdc21cbb4ce91c35bcf195d80d8738524dbd (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 304c38d..04d14c8 100644
--- a/README.md
+++ b/README.md
@@ -65,10 +65,17 @@ Cloudflare Warp 一键脚本([@missuo](https://github.com/missuo)):https:/
2. 懒人一键运行包(使用编译好的二进制文件执行本小程序)
* Github主站下载链接(适用于IPv4网络的机器):
+
+ X86_64 平台:
```shell
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
```
+
+ ARM 平台:
+ ```shell
+ wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_arm64 && chmod +x nf && clear && ./nf
+ ```
* CDN下载链接(通用选项,既适用于有IPv4网络的机器也适用于仅有IPv6网络的机器):