mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04: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
@@ -541,13 +541,13 @@ upgrades in place and rewrites the gateway service to point at the new install.
|
||||
Switch **to git install**:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://openclaw.bot/install.sh | bash -s -- --install-method git --no-onboard
|
||||
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git --no-onboard
|
||||
```
|
||||
|
||||
Switch **to npm global**:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://openclaw.bot/install.sh | bash
|
||||
curl -fsSL https://openclaw.ai/install.sh | bash
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
Reference in New Issue
Block a user