Fix CLI docs command (#10520)

This commit is contained in:
mamoodi 2025-08-20 10:53:15 -04:00 committed by GitHub
parent 0166df6575
commit b5887f8a9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@ docker run -it \
--add-host host.docker.internal:host-gateway \
--name openhands-app-$(date +%Y%m%d%H%M%S) \
docker.all-hands.dev/all-hands-ai/openhands:0.54 \
python -m openhands.cli.main --override-cli-mode true
python -m openhands.cli.entry --override-cli-mode true
```
<Note>