diff --git a/legacy/docs/quickstart.mdx b/legacy/docs/quickstart.mdx
index d45eb840..a2f6279f 100644
--- a/legacy/docs/quickstart.mdx
+++ b/legacy/docs/quickstart.mdx
@@ -99,6 +99,24 @@ title: Quick Start
See the [AI SDK adapter docs](/sdks/ai-sdk) for usage details.
+
+
+ ```bash npm
+ npm install @agentic/mastra @mastra/core
+ ```
+
+ ```bash yarn
+ yarn add @agentic/mastra @mastra/core
+ ```
+
+ ```bash pnpm
+ pnpm add @agentic/mastra @mastra/core
+ ```
+
+
+ See the [Mastra adapter docs](/sdks/mastra) for usage details.
+
+
```bash npm