Browse Source

Merge pull request #538 from ipcjs/patch-1

chore: 添加通过scoop安装的命令
XIU2 5 months ago
parent
commit
04da9f5659
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -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>