diff options
author | sjlleo <[email protected]> | 2021-12-30 16:42:50 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-30 16:42:50 +0800 |
commit | 302b711b1087c0bc3f9e88f77668ab856b6dc2ad (patch) | |
tree | faeaf474c7db03ea95576d40f890b5ac3eebf651 | |
parent | e4f1be5ff4eb30956a19b4dd092244b2e1adb465 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2. wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.61_linux_amd64 && chmod +x nf && clear && ./nf ``` -* **ARM64**: +* **Linux ARM64(macOS的arm版本,请用2.6版本的darwin_arm64)**: ```shell wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_arm64 && chmod +x nf && clear && ./nf ``` |