Update Readme to call out gemini command after npm install (#1423)
Co-authored-by: Mark McDonald <macd@google.com>
This commit is contained in:
parent
45b2b382cc
commit
819507c5e8
11
README.md
11
README.md
|
@ -30,6 +30,7 @@ With the Gemini CLI you can:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g @google/gemini-cli
|
npm install -g @google/gemini-cli
|
||||||
|
gemini
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Pick a color theme**
|
3. **Pick a color theme**
|
||||||
|
@ -57,17 +58,17 @@ Once the CLI is running, you can start interacting with Gemini from your shell.
|
||||||
You can start a project from a new directory:
|
You can start a project from a new directory:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd new-project/
|
cd new-project/
|
||||||
$ gemini
|
gemini
|
||||||
> Write me a Gemini Discord bot that answers questions using a FAQ.md file I will provide
|
> Write me a Gemini Discord bot that answers questions using a FAQ.md file I will provide
|
||||||
```
|
```
|
||||||
|
|
||||||
Or work with an existing project:
|
Or work with an existing project:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/google-gemini/gemini-cli
|
git clone https://github.com/google-gemini/gemini-cli
|
||||||
$ cd gemini-cli
|
cd gemini-cli
|
||||||
$ gemini
|
gemini
|
||||||
> Give me a summary of all of the changes that went in yesterday
|
> Give me a summary of all of the changes that went in yesterday
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue