mirror of
https://github.com/ibelick/webclaw.git
synced 2026-08-14 00:57:51 +00:00
feat: update README
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user