From 80aad5a42c4b631a675e36280bc6911965e8b797 Mon Sep 17 00:00:00 2001 From: Ned Nguyen <911877+nedn@users.noreply.github.com> Date: Fri, 4 Jul 2025 20:44:23 -0600 Subject: [PATCH] Doc: update gemini-cli README.md to require Node.js version 20+ (#3247) Co-authored-by: matt korwel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96350496..fd056a00 100644 --- a/README.md +++ b/README.md @@ -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