From 22e3988a98c93c616e27551ad3ca72e55bfa1794 Mon Sep 17 00:00:00 2001 From: No-Github Date: Wed, 2 Jun 2021 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c51f827..47b76c53 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ - 访问 [releases](https://github.com/ffffffff0x/f8x/releases) 下载 -- 在网络不佳的情况下通过 jsdelivr cdn 加速下载 - - wget : `wget https://cdn.jsdelivr.net/gh/ffffffff0x/f8x@main/f8x` - - curl : `curl -o f8x https://cdn.jsdelivr.net/gh/ffffffff0x/f8x@main/f8x` +- 在网络不佳的情况下通过 CF Workers 加速下载 + - wget : `wget -O f8x https://f8x.io/` + - curl : `curl -o f8x https://f8x.io/` **使用** ```bash @@ -40,8 +40,8 @@ bash f8x -h ``` 如果你希望方便点使用可以直接加到环境变量中 -- wget : `wget https://cdn.jsdelivr.net/gh/ffffffff0x/f8x@main/f8x && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x` -- curl : `curl -o f8x https://cdn.jsdelivr.net/gh/ffffffff0x/f8x@main/f8x && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x` +- wget : `wget -O f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x` +- curl : `curl -o f8x https://f8x.io/ && mv --force f8x /usr/local/bin/f8x && chmod +x /usr/local/bin/f8x` **系统依赖**