Docs: replace personal device names with generic placeholders (#50825)

This commit is contained in:
Scott Glover
2026-04-01 23:50:25 -05:00
committed by GitHub
parent 6dbdcbda58
commit 9bbbee32e1
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ When set, `OPENCLAW_HOME` replaces the system home directory (`$HOME` / `os.home
<key>EnvironmentVariables</key>
<dict>
<key>OPENCLAW_HOME</key>
<string>/Users/kira</string>
<string>/Users/user</string>
</dict>
```