diff options
| author | DongJin Jeong <[email protected]> | 2025-06-26 03:58:11 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 18:58:11 +0000 |
| commit | aa0e3755084ad06692354b92e0b77d6e84963dbb (patch) | |
| tree | 914d025eb9ddf27f9bf2f49d7d9b3bd285612e42 /docs/deployment.md | |
| parent | 6a0b8a733bfe49d9d19ef5b6b9a7e6866d93a5d6 (diff) | |
Fix: update npx command to correct GitHub repository URL (#1488)
Diffstat (limited to 'docs/deployment.md')
| -rw-r--r-- | docs/deployment.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
