summaryrefslogtreecommitdiff
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-06-25 05:41:11 -0700
committerGitHub <[email protected]>2025-06-25 12:41:11 +0000
commitf6c36f75e37a9fb6e53480981c2ca1b9267763a0 (patch)
tree49f7c66c5db08c5440c86d534c89cb5bcb1664f7 /docs/troubleshooting.md
parenta3c46c0d316eab5c17ecd9a00cab961edd24c2a4 (diff)
fix: prepublish changes to package names (#1420)
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 233a0aa5..922f1c7b 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -6,7 +6,7 @@ This guide provides solutions to common issues and debugging tips.
- **Q: How do I update Gemini CLI to the latest version?**
- - A: If installed globally via npm, update Gemini CLI using the command `npm install -g @gemini-cli/cli@latest`. If run from source, pull the latest changes from the repository and rebuild using `npm run build`.
+ - A: If installed globally via npm, update Gemini CLI using the command `npm install -g @google/gemini-cli@latest`. If run from source, pull the latest changes from the repository and rebuild using `npm run build`.
- **Q: Where are Gemini CLI configuration files stored?**