Skip to content

Commit dbaa77d

Browse files
committed
[docs] Update the git clone instructions on Docs Agent's CLI setup
guide.
1 parent 6175868 commit dbaa77d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ from your `$HOME` directory.
124124
1. Clone the following internal repo:
125125

126126
```posix-terminal
127-
git clone sso://doc-llm-internal/docs-agent
127+
git clone https://github.com/google/generative-ai-docs.git
128128
```
129129

130130
2. Go to the project directory:
131131

132132
```posix-terminal
133-
cd docs-agent
133+
cd generative-ai-docs/examples/gemini/python/docs-agent
134134
```
135135

136136
3. Install dependencies using `poetry`:

0 commit comments

Comments
 (0)