diff options
| author | Pascal Birchler <[email protected]> | 2025-07-14 18:21:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-14 16:21:40 +0000 |
| commit | 80c81f2a4cafd88333defa6b86b69f572dfec5d0 (patch) | |
| tree | 9eb89af68618c6d59ad77ac2cfff81369835993f /docs/sandbox.md | |
| parent | fadc477001cfcf988b9565b5d9d6ccd0da15a35c (diff) | |
fix(docs): clarify global installation in readme (#3781)
Diffstat (limited to 'docs/sandbox.md')
| -rw-r--r-- | docs/sandbox.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/sandbox.md b/docs/sandbox.md index 77ea0f73..87763685 100644 --- a/docs/sandbox.md +++ b/docs/sandbox.md @@ -7,10 +7,12 @@ This document provides a guide to sandboxing in the Gemini CLI, including prereq Before using sandboxing, you need to install and set up the Gemini CLI: ```bash -# install gemini-cli with npm npm install -g @google/gemini-cli +``` + +To verify the installation -# Verify installation +```bash gemini --version ``` |
