Skip to content

Commit 274cb61

Browse files
committed
Add Installation Instructions for Gemini CLI to AI_QUICK_START.md #7232
1 parent 7d88373 commit 274cb61

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/AI_QUICK_START.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This guide assumes you have already cloned the `neo` repository and have all the necessary files.
44

5+
## Installation
6+
7+
1. **Install the Gemini CLI**
8+
If you haven't already, install the Google Gemini CLI globally via npm:
9+
```bash
10+
npm install -g @google/gemini-cli
11+
```
12+
13+
2. **Start the CLI**
14+
Navigate to the root directory of your `neo` repository clone and start the Gemini CLI:
15+
```bash
16+
gemini
17+
```
18+
**Important:** You must run the CLI from the project root for it to have the correct context of the codebase.
19+
520
## Prerequisites
621

722
1. **Node.js**: v18 or later

0 commit comments

Comments
 (0)