From cca5a12839e5fb257d337c4ce1de35b70c555c69 Mon Sep 17 00:00:00 2001 From: Tekkali Rahul Lakshmi Subrahmanyam <159406511+Tekrah123@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:06:41 +0530 Subject: [PATCH] docs: update installation section in README (#12035) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2c5fe3225..494d059cd3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Learn all about Gemini CLI in our [documentation](https://geminicli.com/docs/). ## 📦 Installation +### Pre-requisites before installation + +- Node.js version 20 or higher +- macOS, Linux, or Windows + ### Quick Install #### Run instantly with npx @@ -48,11 +53,6 @@ npm install -g @google/gemini-cli brew install gemini-cli ``` -#### System Requirements - -- Node.js version 20 or higher -- macOS, Linux, or Windows - ## Release Cadence and Tags See [Releases](./docs/releases.md) for more details.