We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d88373 commit 274cb61Copy full SHA for 274cb61
1 file changed
.github/AI_QUICK_START.md
@@ -2,6 +2,21 @@
2
3
This guide assumes you have already cloned the `neo` repository and have all the necessary files.
4
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
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
20
## Prerequisites
21
22
1. **Node.js**: v18 or later
0 commit comments