From b18442eff4f8cfcc6791002789c6772dc76580ec Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 12 Aug 2024 21:59:24 -0700 Subject: [PATCH] Add package manager info to docs --- docs/fern/docs/pages/getting-started/setup.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fern/docs/pages/getting-started/setup.mdx b/docs/fern/docs/pages/getting-started/setup.mdx index 1854d8761..4d4209167 100644 --- a/docs/fern/docs/pages/getting-started/setup.mdx +++ b/docs/fern/docs/pages/getting-started/setup.mdx @@ -16,6 +16,7 @@ We recommend using our **setup wizard**, which will automatically detect your pr Run Stack's installation wizard with the following command: ```sh title="Terminal" + # the same command works for npm, pnpm, yarn, and bun npx @stackframe/init-stack@latest ```