diff --git a/apps/v4/content/docs/(root)/cli.mdx b/apps/v4/content/docs/(root)/cli.mdx index 61212d74c4..6e6e86ca00 100644 --- a/apps/v4/content/docs/(root)/cli.mdx +++ b/apps/v4/content/docs/(root)/cli.mdx @@ -9,8 +9,6 @@ Use the `init` command to initialize configuration and dependencies for an exist The `init` command installs dependencies, adds the `cn` util and configures CSS variables for the project. -For preset reapplication in an existing project, use [`apply`](#apply) when you want to overwrite preset-driven files and reinstall detected UI components. Use `init --force --no-reinstall` when you want to update config and CSS without reinstalling existing components. - ```bash npx shadcn@latest init ``` @@ -18,7 +16,7 @@ npx shadcn@latest init **Options** ```bash -Usage: shadcn init|create [options] [components...] +Usage: shadcn init [options] [components...] initialize your project and install dependencies @@ -28,8 +26,6 @@ Arguments: Options: -t, --template