From b180787545baf38f8fa4cc6ff0636f4558d42109 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Mon, 18 May 2026 10:02:46 -0600 Subject: [PATCH] Docs: Update install prompt to use `npm create` --- docs/_snippets/prompt-install-storybook.md | 2 +- docs/get-started/install.mdx | 2 +- docs/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_snippets/prompt-install-storybook.md b/docs/_snippets/prompt-install-storybook.md index dd4cea4b9a28..22e611db66c0 100644 --- a/docs/_snippets/prompt-install-storybook.md +++ b/docs/_snippets/prompt-install-storybook.md @@ -1,3 +1,3 @@ ```shell renderer="common" -Set up Storybook for me with npx storybook@latest init and follow its instructions precisely +Set up Storybook for me with npm create storybook@latest and follow its instructions precisely ``` diff --git a/docs/get-started/install.mdx b/docs/get-started/install.mdx index 1b361a944364..4baeef41d528 100644 --- a/docs/get-started/install.mdx +++ b/docs/get-started/install.mdx @@ -14,7 +14,7 @@ Use the Storybook CLI to install it in a single command. Run this inside your pr icon="🤖" action={{ label: 'Copy prompt', - copy: 'Set up Storybook for me with npx storybook@latest init and follow its instructions precisely', + copy: 'Set up Storybook for me with npm create storybook@latest and follow its instructions precisely', event: 'PromptInstallCopy', }} > diff --git a/docs/index.mdx b/docs/index.mdx index bc9f022ab16a..50159182a0b8 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -16,7 +16,7 @@ Run this command to install Storybook into an existing project or create a new o icon="🤖" action={{ label: 'Copy prompt', - copy: 'Set up Storybook for me with npx storybook@latest init and follow its instructions precisely', + copy: 'Set up Storybook for me with npm create storybook@latest and follow its instructions precisely', event: 'PromptInstallCopy', }} >