From 2b08a4295a650d27fc354573ef2dde87dd211103 Mon Sep 17 00:00:00 2001 From: baolingao Date: Fri, 19 Jun 2026 03:06:49 +0800 Subject: [PATCH] docs(README.zh-CN): update Windows install from 'not supported' to native PowerShell The Chinese README still told Windows users to install WSL2 and run the Linux installer. Hermes now ships a native PowerShell install script, so replace the outdated WSL2-only note with the direct PowerShell one-liner. Fixes: documentation accuracy / Windows onboarding --- README.zh-CN.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 2453739f917..5ebfe1a7c50 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -39,7 +39,11 @@ curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash > **Android / Termux:** 已测试的手动安装路径请参考 [Termux 指南](https://hermes-agent.nousresearch.com/docs/getting-started/termux)。在 Termux 上,Hermes 会安装精选的 `.[termux]` 扩展,因为完整的 `.[all]` 扩展会拉取 Android 不兼容的语音依赖。 > -> **Windows:** 原生 Windows 不受支持。请安装 [WSL2](https://learn.microsoft.com/zh-cn/windows/wsl/install) 并运行上述命令。 +> **Windows:** 在 PowerShell 中运行: +> ```powershell +> iex (irm https://hermes-agent.nousresearch.com/install.ps1) +> ``` +> 安装完成后,可能需要重启终端,然后运行 `hermes` 开始对话。 安装后: