From c94fcd109427749761fe42d8c5b2af945054b6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Will=20=E4=BF=9D=E5=93=A5?= <88981+doggy8088@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:05:56 +0800 Subject: [PATCH] fix a command usage issue in deployment.md (#2862) Co-authored-by: Scott Densmore --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ``` ---