diff options
| author | Preston Holmes <[email protected]> | 2025-06-24 21:15:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 04:15:45 +0000 |
| commit | 4cc2b27f1d0169bc794f48f160b3825a64f8c042 (patch) | |
| tree | f49f6be6da171673c037070d917f4e46c5d6fe26 /README.md | |
| parent | 39bfa108b506afd3495a08e64d77f6aa1fb7d126 (diff) | |
Docs: update docs to clarify the differences between Google account login o… (#1409)
Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
