Skip to content

Commit 0127628

Browse files
committed
Emphasize official Gemini CLI documentation link
Reduce detailed installation steps and direct users to official docs for up-to-date instructions, addressing reviewer feedback about maintainability.
1 parent 526a6c1 commit 0127628

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/installation-guides/install-gemini-cli.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,20 @@
77

88
## Installation Options
99

10-
### Option 1: npm (Global Installation)
10+
Install Google Gemini CLI using your preferred method. For the most up-to-date installation instructions and troubleshooting, see the [official Gemini CLI documentation](https://github.com/google-gemini/gemini-cli).
11+
12+
### Quick Install Options
1113
```bash
14+
# npm (Global Installation)
1215
npm install -g @google/gemini-cli
13-
```
1416

15-
### Option 2: npx (No Installation Required)
16-
```bash
17+
# npx (No Installation Required)
1718
npx @google/gemini-cli
18-
```
1919

20-
### Option 3: Homebrew
21-
```bash
20+
# Homebrew
2221
brew install gemini-cli
2322
```
2423

25-
For more detailed installation instructions, see the [official Gemini CLI documentation](https://github.com/google-gemini/gemini-cli).
26-
2724
## Authentication Setup
2825

2926
Before using Gemini CLI, you need to authenticate with Google:

0 commit comments

Comments
 (0)