docs: add Homebrew installation instructions (#2973)

Co-authored-by: Pascal Birchler <pascalb@google.com>
This commit is contained in:
Jean-Phi Baconnais 2025-07-21 23:45:24 +02:00 committed by GitHub
parent f7b4e74932
commit 8be5f8038a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -19,6 +19,10 @@ With the Gemini CLI you can:
## Quickstart
You have two options to install Gemini CLI.
### With Node
1. **Prerequisites:** Ensure you have [Node.js version 20](https://nodejs.org/en/download) or higher installed.
2. **Run the CLI:** Execute the following command in your terminal:
@ -38,6 +42,23 @@ With the Gemini CLI you can:
gemini
```
### With Homebrew
1. **Prerequisites:** Ensure you have [Homebrew](https://brew.sh/) installed.
2. **Install the CLI** Execute the following command in your terminal:
```bash
brew install gemini-cli
```
Then, run the CLI from anywhere:
```bash
gemini
```
### Common Configuration steps
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.