summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-06-19 13:56:46 -0700
committerGitHub <[email protected]>2025-06-19 13:56:46 -0700
commit619da700709560828c5f6ef112e48994f3238cdc (patch)
treea4a0d962b152236544d2b4717d8414ddc821382b /README.md
parent012554721512f3443e855a72733ac4e82a840b6f (diff)
Correct node version in Readme (#1226)
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 23553b09..0a7234c5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This repository contains the Gemini CLI tool.
## Quickstart
-1. [Install Node 20+](https://nodejs.org/en/download).
+1. [Install Node 18+](https://nodejs.org/en/download).
2. [Get an API key from Google AI Studio](https://aistudio.google.com/apikey).
3. Set the API key in your shell using the following command, replacing `YOUR_API_KEY` with the API key you obtained: `export GEMINI_API_KEY="YOUR_API_KEY"`.
4. Run the Gemini CLI from your shell using the following command: `npx https://github.com/google-gemini/gemini-cli#early-access`