fix(photon): correct gateway start command (#45566)

This commit is contained in:
Teknium
2026-06-13 05:14:59 -07:00
committed by GitHub
parent fa2aba90b4
commit 2681c5a12d
7 changed files with 87 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ talks to it over loopback.
hermes photon setup --phone +15551234567
# Start the gateway
hermes gateway start --platform photon
hermes gateway start
```
`hermes photon setup` does, in order:
+1 -1
View File
@@ -274,7 +274,7 @@ def _cmd_setup(args: argparse.Namespace) -> int:
print()
print("✓ Photon setup complete.")
print(" Start the gateway: hermes gateway start --platform photon")
print(" Start the gateway: hermes gateway start")
return 0