You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation-guides/install-gemini-cli.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,20 @@
7
7
8
8
## Installation Options
9
9
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
11
13
```bash
14
+
# npm (Global Installation)
12
15
npm install -g @google/gemini-cli
13
-
```
14
16
15
-
### Option 2: npx (No Installation Required)
16
-
```bash
17
+
# npx (No Installation Required)
17
18
npx @google/gemini-cli
18
-
```
19
19
20
-
### Option 3: Homebrew
21
-
```bash
20
+
# Homebrew
22
21
brew install gemini-cli
23
22
```
24
23
25
-
For more detailed installation instructions, see the [official Gemini CLI documentation](https://github.com/google-gemini/gemini-cli).
26
-
27
24
## Authentication Setup
28
25
29
26
Before using Gemini CLI, you need to authenticate with Google:
0 commit comments