docs: clarify native Windows support alongside WSL2 across getting-started, windows, and onboarding-overview

This commit is contained in:
Vincent Koc
2026-03-19 11:28:53 -07:00
parent cb78f38da9
commit 22c1bda2a0
3 changed files with 18 additions and 17 deletions

View File

@@ -19,7 +19,8 @@ and a working chat session.
<Tip>
Check your Node version with `node --version`.
Windows users: WSL2 is strongly recommended. See [Windows](/platforms/windows).
**Windows users:** both native Windows and WSL2 are supported. WSL2 is more
stable and recommended for the full experience. See [Windows](/platforms/windows).
Need to install Node? See [Node setup](/install/node).
</Tip>