From 753ccea57d3bc8554e22d7d2015c3aa306bd02a4 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 28 Jan 2026 10:49:48 +0800 Subject: [PATCH] Docs: add init_vhost quick install --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fd86f444a..a57a239ad 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,19 @@ clawdbot message send --to +1234567890 --message "Hello from Clawdbot" clawdbot agent --message "Ship checklist" --thinking high ``` +### Quick install (TL;DR) + +```bash +# default install (latest release, hostname domain) +curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh | bash + +# specify domain +curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh \ + | bash -s -- clawdbot.svc.plus +``` + +Set `PROXY=nginx`, `INSTALL_METHOD=git`, `CERTBOT_EMAIL=`, or `CLAWDBOT_VERSION=` as needed. + Upgrading? [Updating guide](https://docs.clawd.bot/install/updating) (and run `clawdbot doctor`). ## Development channels