fix a command usage issue in deployment.md

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Will 保哥
2025-07-05 10:05:56 +08:00
committed by GitHub
parent 7aa67f324c
commit c94fcd1094

View File

@@ -43,7 +43,7 @@ For security and isolation, Gemini CLI can be run inside a container. This is th
- **Using the `--sandbox` flag:**
If you have Gemini CLI installed locally (using the standard installation described above), you can instruct it to run inside the sandbox container.
```bash
gemini --sandbox "your prompt here"
gemini --sandbox -y -p "your prompt here"
```
---