Add 'npm i' instruction to README (#1416)

This commit is contained in:
Mark McDonald 2025-06-25 17:46:05 +08:00 committed by GitHub
parent 9a093e4b51
commit cfc13fbd58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ This repository contains the Gemini CLI tool.
npx https://github.com/google-gemini/gemini-cli npx https://github.com/google-gemini/gemini-cli
``` ```
Or install it with:
```bash
npm install -g @google/gemini-cli
```
3. **Pick a color theme** 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. 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.