summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-03-02 11:19:30 +0800
committerGitHub <[email protected]>2021-03-02 11:19:30 +0800
commitc22400fbe8314e767df0b78349111fdcf9efd94c (patch)
tree622c4d7f90916a5e2ee4ecfe399202d87dd069b9
parent3e0b72072526ae9b1dea9d25c9a84dbca8ddebee (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a320f0..8ffc6b2 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,12 @@
1. 部署 `golang` 环境,执行 `go run nf.go` 运行本小应用
2. 懒人一键运行包(使用编译好的二进制文件执行本小程序)
- **主下载链接:**
+
+**主下载链接:**
`wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf`
- **备用下载链接(支持IPV6):**
+**备用下载链接(支持IPV6):**
`wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf`