diff options
| author | Ned Nguyen <[email protected]> | 2025-07-04 20:44:23 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 02:44:23 +0000 |
| commit | 80aad5a42c4b631a675e36280bc6911965e8b797 (patch) | |
| tree | 4aecdc98844c4c9885f32753e6224348aa3a4095 /README.md | |
| parent | c94fcd109427749761fe42d8c5b2af945054b6be (diff) | |
Doc: update gemini-cli README.md to require Node.js version 20+ (#3247)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ With the Gemini CLI you can: ## Quickstart -1. **Prerequisites:** Ensure you have [Node.js version 18](https://nodejs.org/en/download) or higher installed. +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: ```bash |
