mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 23:00:22 +00:00
fix(docs): use canonical openclaw.ai domain instead of openclaw.bot
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
9297ea48e5
commit
7a2c4d3cf1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user