Skip to content

Commit 329fa1e

Browse files
also comment
1 parent f41e732 commit 329fa1e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/agents/openclaw-gateway.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ for (let i = 0; i < 45; i++) {
4040

4141
const url = `https://${sandbox.getHost(PORT)}/?token=${TOKEN}`
4242
console.log(`Gateway: ${url}`)
43+
// Open the URL in your browser before running the next step.
4344
```
4445
```python Python
4546
import os, time
@@ -73,7 +74,9 @@ print(f"Gateway: {url}")
7374
```
7475
</CodeGroup>
7576

76-
Open the URL in your browser. It will show **"Pairing required"** — that's expected.
77+
<Info>
78+
Open the URL in your browser. It will show **"Pairing required"** — that's expected. Run the next step to approve your device.
79+
</Info>
7780

7881
## Approve device pairing
7982

0 commit comments

Comments
 (0)