Skip to content

Commit 105b46b

Browse files
committed
[docs] Minor edits in Docs Agent's CLI setup guide.
1 parent dbaa77d commit 105b46b

File tree

1 file changed

+3
-5
lines changed
  • examples/gemini/python/docs-agent/docs_agent/interfaces

1 file changed

+3
-5
lines changed

examples/gemini/python/docs-agent/docs_agent/interfaces/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@ credentials (via `gcloud`) stored on your host machine.
116116
(`application_default_credentials.json`) in the `$HOME/.config/gcloud/`
117117
directory of your host machine.
118118

119-
## 4. Clone the Docs Agent project repository
119+
## 4. Clone the Docs Agent project
120120

121121
**Note**: This guide assumes that you're creating a new project directory
122122
from your `$HOME` directory.
123123

124-
1. Clone the following internal repo:
124+
1. Clone the following repo:
125125

126126
```posix-terminal
127127
git clone https://github.com/google/generative-ai-docs.git
128128
```
129129

130-
2. Go to the project directory:
130+
2. Go to the Docs Agent project directory:
131131

132132
```posix-terminal
133133
cd generative-ai-docs/examples/gemini/python/docs-agent
@@ -139,8 +139,6 @@ from your `$HOME` directory.
139139
poetry install
140140
```
141141

142-
This may take some time to complete.
143-
144142
## 5. Set up an alias to the gemini command
145143

146144
**Note**: If your Docs Agent project is not cloned in the `$HOME` directory,

0 commit comments

Comments
 (0)