diff options
| author | Jean-Phi Baconnais <[email protected]> | 2025-07-21 23:45:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 21:45:24 +0000 |
| commit | 8be5f8038a50fb5b2010590c8a18a4558da1663c (patch) | |
| tree | d07e3b5a8cfe99d7ff22c85453c8e632a859ef4e /README.md | |
| parent | f7b4e749326e6e17dcd55d4bc78ae7cd681037bd (diff) | |
docs: add Homebrew installation instructions (#2973)
Co-authored-by: Pascal Birchler <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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. |
