diff options
| author | Mark McDonald <[email protected]> | 2025-06-25 17:46:05 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 09:46:05 +0000 |
| commit | cfc13fbd58f759ca09157ca24bb28b9aa7bd65e5 (patch) | |
| tree | ab3c360858932101de0cfb611adc13abc51237cd /README.md | |
| parent | 9a093e4b51f3079ed3856da285f37bb21aeb483f (diff) | |
Add 'npm i' instruction to README (#1416)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ This repository contains the Gemini CLI tool. npx https://github.com/google-gemini/gemini-cli ``` + Or install it with: + + ```bash + npm install -g @google/gemini-cli + ``` + 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. |
