summaryrefslogtreecommitdiff
path: root/docs/deployment.md
diff options
context:
space:
mode:
authorWill 保哥 <[email protected]>2025-07-05 10:05:56 +0800
committerGitHub <[email protected]>2025-07-05 02:05:56 +0000
commitc94fcd109427749761fe42d8c5b2af945054b6be (patch)
tree2ee2f168b2474f83493728bd549548b43badb9b5 /docs/deployment.md
parent7aa67f324c97c6cd7109301ff6a68b0d326c02a7 (diff)
fix a command usage issue in deployment.md (#2862)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'docs/deployment.md')
-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"
```
---