From 48d529fa932308fd55e7d973ea57f25710f4a263 Mon Sep 17 00:00:00 2001 From: woyxiang <119841810+woyxiang@users.noreply.github.com> Date: Tue, 5 May 2026 13:57:22 +0800 Subject: [PATCH] docs: add Scoop installation instructions for Windows --- README.md | 9 +++++++++ README.zh-CN.md | 9 +++++++++ 2 files changed, 18 insertions(+) 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 +``` + +
从源码安装