Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/get-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ You can use Storybook with older browsers in two ways:

Run this command inside your project's root directory to install the latest version of Storybook:

<CodeSnippets path="create-command.md" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

<details id="custom-storybook-version">
<summary>Install a specific version</summary>

For installing Storybook 8.3 or newer, you can use the `create` command with a specific version:
To install Storybook 8.3 or newer, you can use the `create` command with a specific version:

{/* prettier-ignore-start */}

Expand Down
Loading