From cad2fd8d0206b299c09390833b88bd523345893e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 16 Mar 2025 19:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/docs/quickstart.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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