Doc: update gemini-cli README.md to require Node.js version 20+ (#3247)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Ned Nguyen 2025-07-04 20:44:23 -06:00 committed by GitHub
parent c94fcd1094
commit 80aad5a42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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