docs(README.zh-CN): update Windows install from 'not supported' to native PowerShell - #48569
Closed
baolingao wants to merge 1 commit into
Closed
docs(README.zh-CN): update Windows install from 'not supported' to native PowerShell#48569baolingao wants to merge 1 commit into
baolingao wants to merge 1 commit into
Conversation
Collaborator
|
Labeled |
baolingao
force-pushed
the
docs/zh-cn-windows-native-install
branch
2 times, most recently
from
June 19, 2026 14:43
9e795f1 to
17ce85a
Compare
…tive 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
Contributor
|
Merged via PR #49914 (docs salvage cluster). Your commit was cherry-picked onto current main with your authorship preserved in git log — merged with rebase so it lands under your name. Thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The English README documents native Windows support via PowerShell
(install.ps1), but the Chinese translation (README.zh-CN.md) still says
"原生 Windows 不受支持。请安装 WSL2" — claiming Windows is not supported
when it actually is.
Change
install command:
iex (irm https://hermes-agent.nousresearch.com/install.ps1)Before / After
Before: "原生 Windows 不受支持。请安装 WSL2"
After: "原生 Windows 完全支持!使用 PowerShell 安装:
iex (irm https://hermes-agent.nousresearch.com/install.ps1)"