diff options
Diffstat (limited to 'docs/deployment.md')
| -rw-r--r-- | docs/deployment.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/deployment.md b/docs/deployment.md index 12ea0655..3287839c 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -15,14 +15,17 @@ This is the recommended way for end-users to install Gemini CLI. It involves dow - **Global install:** ```bash - # Install the CLI globally npm install -g @google/gemini-cli + ``` + + Then, run the CLI from anywhere: - # Now you can run the CLI from anywhere + ```bash gemini ``` - **NPX execution:** + ```bash # Execute the latest version from NPM without a global install npx @google/gemini-cli |
