summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-04-18 18:25:44 +0800
committerGitHub <[email protected]>2021-04-18 18:25:44 +0800
commit23e57e1f339469ed7548fa4f54c985239ca78252 (patch)
treed775954920f21759fbcd4a54c47dd36cf4f3848a
parent1d8234ad7ab439b3fdae747589a17e4e17d28568 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24c2601..03125b1 100644
--- a/README.md
+++ b/README.md
@@ -68,11 +68,15 @@ Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck
* Github主站下载链接(适用于IPv4网络的机器):
- `wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf`
+ ```shell
+ wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
+ ```
* CDN下载链接(通用选项,既适用于有IPv4网络的机器也适用于仅有IPv6网络的机器):
- `wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.60_linux_amd64 && chmod +x nf && clear && ./nf`
+ ```shell
+ wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.60_linux_amd64 && chmod +x nf && clear && ./nf
+ ```
## 效果演示图