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

@@ -39,13 +39,13 @@ Almost always a Node/npm PATH issue. Start here:
Re-run the installer in verbose mode to see the full trace and npm output:
```bash
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --verbose
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --verbose
```
For beta installs:
```bash
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --beta --verbose
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --beta --verbose
```
You can also set `OPENCLAW_VERBOSE=1` instead of the flag.