feat: update README

This commit is contained in:
ibelick
2026-02-11 18:23:08 +01:00
parent 455d6c39df
commit b49df784e7
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -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
+1 -1
View File
@@ -267,7 +267,7 @@ export function App() {
style={{ pointerEvents: "auto" }}
>
<span>
<span>©2026</span>{" "}
<span>©{new Date().getFullYear()}</span>{" "}
<a
href="https://interfaceoffice.com"
target="_blank"