We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41e732 commit 329fa1eCopy full SHA for 329fa1e
1 file changed
docs/agents/openclaw-gateway.mdx
@@ -40,6 +40,7 @@ for (let i = 0; i < 45; i++) {
40
41
const url = `https://${sandbox.getHost(PORT)}/?token=${TOKEN}`
42
console.log(`Gateway: ${url}`)
43
+// Open the URL in your browser before running the next step.
44
```
45
```python Python
46
import os, time
@@ -73,7 +74,9 @@ print(f"Gateway: {url}")
73
74
75
</CodeGroup>
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>
80
81
## Approve device pairing
82
0 commit comments