docs: add installer internals

This commit is contained in:
Peter Steinberger
2026-01-12 02:00:09 +00:00
parent e3960cde3f
commit f57f6e0ca6
4 changed files with 82 additions and 1 deletions

View File

@@ -17,6 +17,14 @@ curl -fsSL https://clawd.bot/install.sh | bash
This installs the `clawdbot` CLI globally via npm and then starts onboarding.
See installer flags:
```bash
curl -fsSL https://clawd.bot/install.sh | bash -s -- --help
```
Details: [Installer internals](/install/installer).
Non-interactive (skip onboarding):
```bash
@@ -99,4 +107,3 @@ Then:
```bash
clawdbot onboard --install-daemon
```