Merge 9daa0ef3f7 into 4583f88626
This commit is contained in:
commit
3c63f5d899
@ -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