docs: list deepseek update in README command tables (#838) (#917)

Surface the existing `deepseek update` self-update command in the
English and Chinese README command listings so users can discover it
without reading source. The `deepseek update` subcommand has shipped
since the dispatcher gained `crates/cli/src/update.rs`.

This integration takes only the README slice from #838. The startup
GitHub-Releases polling check from the same PR is intentionally
deferred until it can be made opt-in / config-backed without adding
unconditional network calls or perceptible startup latency.

Integrates #838.

Co-authored-by: leo119 <leo.hou0924@gmail.com>
This commit is contained in:
Hunter Bown
2026-05-06 19:22:29 -05:00
committed by GitHub
parent afe99f2b64
commit 785f5c625f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -213,6 +213,7 @@ deepseek pr <N> # 获取 PR 并预填审查提示
deepseek mcp list # 列出已配置 MCP 服务器
deepseek mcp validate # 校验 MCP 配置和连接
deepseek mcp-server # 启动 dispatcher MCP stdio 服务器
deepseek update # 检查并应用二进制更新
```
### 常用快捷键