Merge pull request #538 from ipcjs/patch-1

chore: 添加通过scoop安装的命令
This commit is contained in:
XIU2
2025-05-11 14:49:04 +08:00
committed by GitHub

View File

@@ -28,6 +28,21 @@
1. 下载编译好的可执行文件( [Github Releases](https://github.com/XIU2/CloudflareSpeedTest/releases) / [蓝奏云](https://pan.lanpw.com/b0742hkxe) )并解压。
2. 双击运行 `CloudflareST.exe` 文件Windows 系统),等待测速完成...
<details>
<summary><code><strong>「 点击查看 Windows 系统下其他安装方式」</strong></code></summary>
****
通过scoop安装:
```sh
# 添加最多人使用的中文软件包仓库dorado
scoop bucket add dorado https://github.com/chawyehsu/dorado
# 安装cloudflare-speedtest
scoop install dorado/cloudflare-speedtest
```
</details>
<details>
<summary><code><strong>「 点击查看 Linux 系统下的使用示例 」</strong></code></summary>