fix a command usage issue in deployment.md
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
7aa67f324c
commit
c94fcd1094
|
@ -43,7 +43,7 @@ For security and isolation, Gemini CLI can be run inside a container. This is th
|
||||||
- **Using the `--sandbox` flag:**
|
- **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.
|
If you have Gemini CLI installed locally (using the standard installation described above), you can instruct it to run inside the sandbox container.
|
||||||
```bash
|
```bash
|
||||||
gemini --sandbox "your prompt here"
|
gemini --sandbox -y -p "your prompt here"
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue