docs(install): move system requirements above the installer script section

This commit is contained in:
Vincent Koc
2026-04-23 20:06:06 -07:00
parent 1dfc84d0a4
commit 78e4f5188a

View File

@@ -7,6 +7,12 @@ read_when:
title: "Install"
---
## System requirements
- **Node 24** (recommended) or Node 22.14+ — the installer script handles this automatically
- **macOS, Linux, or Windows** — both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows).
- `pnpm` is only needed if you build from source
## Recommended: installer script
The fastest way to install. It detects your OS, installs Node if needed, installs OpenClaw, and launches onboarding.
@@ -41,12 +47,6 @@ To install without running onboarding:
For all flags and CI/automation options, see [Installer internals](/install/installer).
## System requirements
- **Node 24** (recommended) or Node 22.14+ — the installer script handles this automatically
- **macOS, Linux, or Windows** — both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows).
- `pnpm` is only needed if you build from source
## Alternative install methods
### Local prefix installer (`install-cli.sh`)