mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix: friendlier Windows onboarding message (#6242)
Co-authored-by: CLAWDINATOR <clawdinator@openclaw.ai> Co-authored-by: Scott Hanselman <scott@hanselman.com>
This commit is contained in:
@@ -63,8 +63,9 @@ export async function onboardCommand(opts: OnboardOptions, runtime: RuntimeEnv =
|
||||
if (process.platform === "win32") {
|
||||
runtime.log(
|
||||
[
|
||||
"Windows detected.",
|
||||
"WSL2 is strongly recommended; native Windows is untested and more problematic.",
|
||||
"Windows detected — OpenClaw runs great on WSL2!",
|
||||
"Native Windows might be trickier.",
|
||||
"Quick setup: wsl --install (one command, one reboot)",
|
||||
"Guide: https://docs.openclaw.ai/windows",
|
||||
].join("\n"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user