fix(docs): use canonical openclaw.ai domain instead of openclaw.bot

This commit is contained in:
Stefan Förster
2026-01-31 13:57:35 +01:00
committed by Gustavo Madeira Santana
parent 9297ea48e5
commit 7a2c4d3cf1
13 changed files with 34 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ Use the installer unless you have a reason not to. It sets up the CLI and runs o
## Quick install (recommended)
```bash
curl -fsSL https://openclaw.bot/install.sh | bash
curl -fsSL https://openclaw.ai/install.sh | bash
```
Windows (PowerShell):
@@ -41,13 +41,13 @@ openclaw onboard --install-daemon
Installs `openclaw` globally via npm and runs onboarding.
```bash
curl -fsSL https://openclaw.bot/install.sh | bash
curl -fsSL https://openclaw.ai/install.sh | bash
```
Installer flags:
```bash
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --help
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --help
```
Details: [Installer internals](/install/installer).
@@ -55,7 +55,7 @@ Details: [Installer internals](/install/installer).
Non-interactive (skip onboarding):
```bash
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --no-onboard
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
```
### 2) Global install (manual)
@@ -124,10 +124,10 @@ The installer supports two methods:
```bash
# Explicit npm
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --install-method npm
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method npm
# Install from GitHub (source checkout)
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --install-method git
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git
```
Common flags: