diff options
author | sjlleo <[email protected]> | 2021-03-28 18:23:26 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-28 18:23:26 +0800 |
commit | 6424feb6921f03d52b52f4da9fb528e35f2dcee3 (patch) | |
tree | cfe2aa66b65325fd002e56fd727fa32408708494 /README.md | |
parent | 9b8c5e5a3360f27f5604d5833e6cc4827ac3a8d3 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,11 +55,11 @@ 2. 懒人一键运行包(使用编译好的二进制文件执行本小程序) - * Github主站下载链接(支持IPv4网络的机器): + * 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` - * CDN下载链接(支持双栈or仅支持IPv6网络的机器): + * 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` |