diff --git a/README.md b/README.md index 8166ca3..173f78f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Fast web client for OpenClaw. Currently in beta. -## Setup +## Installation + +```bash +curl -fsSL https://webclaw.dev/install | bash +``` + +## Other option Create `apps/webclaw/.env.local` with `CLAWDBOT_GATEWAY_URL` and either `CLAWDBOT_GATEWAY_TOKEN` (recommended) or `CLAWDBOT_GATEWAY_PASSWORD`. These map diff --git a/apps/landing/src/app.tsx b/apps/landing/src/app.tsx index 2cd165f..a36bb07 100644 --- a/apps/landing/src/app.tsx +++ b/apps/landing/src/app.tsx @@ -267,7 +267,7 @@ export function App() { style={{ pointerEvents: "auto" }} > - ©2026{" "} + ©{new Date().getFullYear()}{" "}