|
@@ -23,18 +23,24 @@
|
|
|
****
|
|
|
## \# 快速使用
|
|
|
|
|
|
-### 安装
|
|
|
-
|
|
|
-Windows可以通过scoop安装,其他系统请手动下载:
|
|
|
-```
|
|
|
-scoop install cloudflare-speedtest
|
|
|
-```
|
|
|
-
|
|
|
### 下载运行
|
|
|
|
|
|
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
|
|
|
+# 开启自带的extras仓库
|
|
|
+scoop bucket add extras
|
|
|
+# 安装cloudflare-speedtest
|
|
|
+scoop install cloudflare-speedtest
|
|
|
+```
|
|
|
+
|
|
|
+</details>
|
|
|
+
|
|
|
<details>
|
|
|
<summary><code><strong>「 点击查看 Linux 系统下的使用示例 」</strong></code></summary>
|
|
|
|