@ssdavidai/zoclaw 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/bootstrap.sh +7 -5
package/package.json
CHANGED
package/scripts/bootstrap.sh
CHANGED
|
@@ -92,10 +92,12 @@ echo "Ready!"
|
|
|
92
92
|
echo " TUI: openclaw tui"
|
|
93
93
|
if [ -n "$TS_HOSTNAME" ]; then
|
|
94
94
|
echo " Browser: https://${TS_HOSTNAME}/"
|
|
95
|
-
if [ -n "$TOKEN" ]; then
|
|
96
|
-
echo " (with token: https://${TS_HOSTNAME}/#token=${TOKEN})"
|
|
97
|
-
fi
|
|
98
95
|
echo ""
|
|
99
|
-
echo "
|
|
100
|
-
echo "
|
|
96
|
+
echo " To access from another device on your tailnet:"
|
|
97
|
+
echo " 1. Open the URL above in your browser"
|
|
98
|
+
echo " 2. Run: openclaw devices list"
|
|
99
|
+
echo " 3. Run: openclaw devices approve <request-id>"
|
|
100
|
+
echo " 4. Refresh the browser"
|
|
101
|
+
echo ""
|
|
102
|
+
echo " This is a one-time pairing per browser."
|
|
101
103
|
fi
|