Friendlier Windows onboarding message
Replace 'untested and more problematic' with a positive message that highlights how well Clawdbot runs on WSL2 and gives users the one command they need: wsl --install Updates both the onboard CLI output and the Windows docs page.
This commit is contained in:
parent
eb50314d7d
commit
9daa0ef3f7
@ -8,8 +8,8 @@ read_when:
|
|||||||
|
|
||||||
Moltbot on Windows is recommended **via WSL2** (Ubuntu recommended). The
|
Moltbot on Windows is recommended **via WSL2** (Ubuntu recommended). The
|
||||||
CLI + Gateway run inside Linux, which keeps the runtime consistent and makes
|
CLI + Gateway run inside Linux, which keeps the runtime consistent and makes
|
||||||
tooling far more compatible (Node/Bun/pnpm, Linux binaries, skills). Native
|
tooling far more compatible (Node/Bun/pnpm, Linux binaries, skills). WSL2 gives
|
||||||
Windows installs are untested and more problematic.
|
you the full Linux experience on Windows — one command to install: `wsl --install`.
|
||||||
|
|
||||||
Native Windows companion apps are planned.
|
Native Windows companion apps are planned.
|
||||||
|
|
||||||
|
|||||||
@ -63,8 +63,8 @@ export async function onboardCommand(opts: OnboardOptions, runtime: RuntimeEnv =
|
|||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
runtime.log(
|
runtime.log(
|
||||||
[
|
[
|
||||||
"Windows detected.",
|
"Windows detected — Clawdbot runs great on WSL2!",
|
||||||
"WSL2 is strongly recommended; native Windows is untested and more problematic.",
|
"Quick setup: wsl --install (one command, one reboot)",
|
||||||
"Guide: https://docs.molt.bot/windows",
|
"Guide: https://docs.molt.bot/windows",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user