Skip to content

Commit

Permalink
docs: replace svelte-add with svelte cli (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace authored Oct 29, 2024
1 parent e28fafb commit c6c120f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sites/docs/src/content/installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description: How to setup shadcn-svelte manually.

### Add Tailwind

Use the `svelte-add` CLI to add Tailwind CSS to your project.
Use the Svelte CLI to add Tailwind CSS to your project.

<PMExecute command="svelte-add@latest tailwindcss" />
<PMExecute command="sv add tailwindcss" />

### Add dependencies

Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/content/installation/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Use the SvelteKit CLI to create a new project.

### Add TailwindCSS

Use the `svelte-add` CLI to add Tailwind CSS to your project.
Use the Svelte CLI to add Tailwind CSS to your project.

<PMExecute command="svelte-add@latest tailwindcss" />
<PMExecute command="sv add tailwindcss" />

### Install dependencies

Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/content/installation/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ description: How to setup shadcn-svelte in a Vite project.

### Add TailwindCSS

Use the `svelte-add` CLI to add Tailwind CSS to your project.
Use the Svelte CLI to add Tailwind CSS to your project.

<PMExecute command="svelte-add@latest tailwindcss" />
<PMExecute command="sv add tailwindcss" />

### Install dependencies

Expand Down

0 comments on commit c6c120f

Please sign in to comment.