Docs: update docs to clarify the differences between Google account login o… (#1409)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
Co-authored-by: matt korwel <mattkorwel@google.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Preston Holmes
2025-06-24 21:15:45 -07:00
committed by GitHub
parent 39bfa108b5
commit 4cc2b27f1d
2 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ This repository contains the Gemini CLI tool.
npx https://github.com/google-gemini/gemini-cli
```
3. **Authenticate:** When prompted, sign in with your Google account. This will grant you up to 60 model requests per minute and 1,000 model requests per day using Gemini 2.5 Pro.
3. **Pick a color theme**
4. **Authenticate:** When prompted, sign in with your personal Google account. This will grant you up to 60 model requests per minute and 1,000 model requests per day using Gemini 2.5 Pro.
You are now ready to use the Gemini CLI!
@@ -30,7 +31,7 @@ If you need to use a specific model or require a higher request capacity, you ca
export GEMINI_API_KEY="YOUR_API_KEY"
```
For other authentication methods, see the [authentication](./docs/cli/authentication.md) guide.
For other authentication methods, including Google Workspace accounts, see the [authentication](./docs/cli/authentication.md) guide.
## Examples