File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
examples/gemini/python/docs-agent/docs_agent/interfaces Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
122122from 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,
You can’t perform that action at this time.
0 commit comments