summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNed Nguyen <[email protected]>2025-07-04 20:44:23 -0600
committerGitHub <[email protected]>2025-07-05 02:44:23 +0000
commit80aad5a42c4b631a675e36280bc6911965e8b797 (patch)
tree4aecdc98844c4c9885f32753e6224348aa3a4095 /README.md
parentc94fcd109427749761fe42d8c5b2af945054b6be (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.md2
1 files changed, 1 insertions, 1 deletions
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