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