Skip to content

Commit 0c5c4f7

Browse files
committed
docs: simplify clone URLs
1 parent 45530a6 commit 0c5c4f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copy this prompt into your favorite coding agent. It sets up the platform and bu
1919
```text
2020
Help me set up my agent platform and build my first agent.
2121
22-
Clone https://github.com/agno-agi/agentos-gcp.git into a folder called agent-platform, cd in, and run the setup-platform skill (in .agents/skills/).
22+
Clone https://github.com/agno-agi/agentos-gcp into a folder called agent-platform, cd in, and run the setup-platform skill (in .agents/skills/).
2323
```
2424

2525
Your coding agent drives the whole flow: it checks Docker, sets up `.env`, boots the platform, verifies the MCP endpoint, and builds your first agent with you. Prefer to drive yourself? See [Manual Setup](#manual-setup).
@@ -40,7 +40,7 @@ Trace data, agent code, evals, and system logs are all available to coding agent
4040
> **Prerequisite:** [Docker](https://www.docker.com/get-started/) installed and running.
4141
4242
```sh
43-
git clone https://github.com/agno-agi/agentos-gcp.git agentos
43+
git clone https://github.com/agno-agi/agentos-gcp agentos
4444
cd agentos
4545

4646
# Configure credentials

0 commit comments

Comments
 (0)