Skip to content

Commit 443982f

Browse files
authored
Update installation instructions to init first (#582)
1 parent 2376d9c commit 443982f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/get-started/install.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ The first run downloads the package into uv's cache; subsequent runs are instant
2828

2929
## Add mcp-agent to your project
3030

31-
Inside your project directory, add mcp-agent as a dependency. Using uv:
31+
Inside your project directory, initialize a new project and add mcp-agent as a dependency:
3232

3333
```bash
34+
uv init
3435
uv add mcp-agent
3536
```
3637

0 commit comments

Comments
 (0)