Skip to content

Commit c6c120f

Browse files
authored
docs: replace svelte-add with svelte cli (#1343)
1 parent e28fafb commit c6c120f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sites/docs/src/content/installation/manual.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: How to setup shadcn-svelte manually.
1313

1414
### Add Tailwind
1515

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

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

2020
### Add dependencies
2121

sites/docs/src/content/installation/sveltekit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Use the SvelteKit CLI to create a new project.
2020

2121
### Add TailwindCSS
2222

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

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

2727
### Install dependencies
2828

sites/docs/src/content/installation/vite.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ description: How to setup shadcn-svelte in a Vite project.
1414

1515
### Add TailwindCSS
1616

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

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

2121
### Install dependencies
2222

0 commit comments

Comments
 (0)