Update README.md

This commit is contained in:
Cloud_Neutral 2026-01-28 11:01:14 +08:00 committed by GitHub
parent c7afaa0592
commit 6cedfdbf66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,11 +57,13 @@ If you manage a Debian server with a public hostname, the repo ships `scripts/in
```bash
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh \
| bash -s clawdbot.svc.plus
| bash -s clawdbot.svc.plus
```
```
PROXY=nginx INSTALL_METHOD=git CERTBOT_EMAIL=ops@example.com \
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh \
| bash -s clawdbot.svc.plus
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh \
| bash -s clawdbot.svc.plus
```
The script also honors overrides such as `CLAWDBOT_VERSION`, `GIT_REPO`, and `CERTBOT_EMAIL`.