summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/deployment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deployment.md b/docs/deployment.md
index 32352531..1ad872c0 100644
--- a/docs/deployment.md
+++ b/docs/deployment.md
@@ -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"
```
---