docs: add Scoop installation instructions for Windows

This commit is contained in:
woyxiang
2026-05-05 13:57:22 +08:00
committed by Hunter Bown
parent 327a9af1be
commit 48d529fa93
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -127,6 +127,15 @@ deepseek --version
Prebuilt binaries can also be downloaded from [GitHub Releases](https://github.com/Hmbown/DeepSeek-TUI/releases). Use `DEEPSEEK_TUI_RELEASE_BASE_URL` for mirrored release assets.
### Windows (Scoop)
[Scoop](https://scoop.sh) is a Windows package manager. Once installed, run:
```bash
scoop install deepseek-tui
```
<details id="install-from-source">
<summary>Install from source</summary>
+9
View File
@@ -121,6 +121,15 @@ deepseek --version
也可以直接从 [GitHub Releases](https://github.com/Hmbown/DeepSeek-TUI/releases) 下载预编译二进制。`DEEPSEEK_TUI_RELEASE_BASE_URL` 可用于镜像后的 release 资产。
### Windows (Scoop)
[Scoop](https://scoop.sh) 是一个 Windows 软件包管理器。安装好 Scoop 后,运行:
```bash
scoop install deepseek-tui
```
<details id="install-from-source">
<summary>从源码安装</summary>