From aa0e3755084ad06692354b92e0b77d6e84963dbb Mon Sep 17 00:00:00 2001 From: DongJin Jeong Date: Thu, 26 Jun 2025 03:58:11 +0900 Subject: [PATCH] Fix: update npx command to correct GitHub repository URL (#1488) --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index eb9fa87d..32352531 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -77,7 +77,7 @@ You can run the most recently committed version of Gemini CLI directly from the ```bash # Execute the CLI directly from the main branch on GitHub -npx https://github.com/google/gemini-cli +npx https://github.com/google-gemini/gemini-cli ``` ## Deployment architecture