diff --git a/README.md b/README.md index 33b6d5b0..9b6fb789 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +
Install from source diff --git a/README.zh-CN.md b/README.zh-CN.md index 98d6109f..f568ab3e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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 +``` + +
从源码安装