summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-05-26 21:04:31 +0800
committerGitHub <[email protected]>2021-05-26 21:04:31 +0800
commit1503e500727ac97d4e7138bd7784eac4ae9eb9f0 (patch)
treeb0d851f86a7d9e822b47a91ea9cbc1fe24c6100f
parent241cfa6ae198753075760260eddb722239c31db4 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4411540..e565ae4 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Cloudflare Warp 一键脚本([@missuo](https://github.com/missuo)):https:/
* Github主站下载链接(适用于IPv4网络的机器):
- **X86_64 平台**:
+ * **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
@@ -78,7 +78,7 @@ Cloudflare Warp 一键脚本([@missuo](https://github.com/missuo)):https:/
wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.60_linux_amd64 && chmod +x nf && clear && ./nf
```
- **ARM 平台**:
+ * **ARM64**:
```shell
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_arm64 && chmod +x nf && clear && ./nf
```