diff options
author | sjlleo <[email protected]> | 2021-02-25 13:12:08 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-25 13:12:08 +0800 |
commit | 1c18dfe9c8016ece3ec9b6e4a070b637f1c2ea12 (patch) | |
tree | 5c0c14876f030e616d657045ced30cd12e2481e3 | |
parent | 59b74abd76dce88e4038bbdf8285012467e3d153 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ A script used to determine whether to watch native NetFlix movies / NetFlix可� ## 鸣谢 -1. 感谢 @CoiaPrant 指出对于地域检测更简便的方法 +1. 感谢 [@CoiaPrant](https://github.com/CoiaPrant) 指出对于地域检测更简便的方法 ## 功能实现 @@ -25,7 +25,7 @@ A script used to determine whether to watch native NetFlix movies / NetFlix可� ## 使用方法 #### 1、部署 `golang` 环境,执行 `go run nf.go` 运行本小应用 -#### 2、懒人一键运行包 (使用编译好的二进制文件执行本小程序) +#### 2、懒人一键运行包(使用编译好的二进制文件执行本小程序) `wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/1.1/nf_1.1_linux_amd64 && chmod +x nf && clear && ./nf` |