File tree 3 files changed +6
-6
lines changed
sites/docs/src/content/installation
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ description: How to setup shadcn-svelte manually.
13
13
14
14
### Add Tailwind
15
15
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.
17
17
18
- <PMExecute command =" svelte- add@latest tailwindcss" />
18
+ <PMExecute command =" sv add tailwindcss" />
19
19
20
20
### Add dependencies
21
21
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Use the SvelteKit CLI to create a new project.
20
20
21
21
### Add TailwindCSS
22
22
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.
24
24
25
- <PMExecute command =" svelte- add@latest tailwindcss" />
25
+ <PMExecute command =" sv add tailwindcss" />
26
26
27
27
### Install dependencies
28
28
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ description: How to setup shadcn-svelte in a Vite project.
14
14
15
15
### Add TailwindCSS
16
16
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.
18
18
19
- <PMExecute command =" svelte- add@latest tailwindcss" />
19
+ <PMExecute command =" sv add tailwindcss" />
20
20
21
21
### Install dependencies
22
22
You can’t perform that action at this time.
0 commit comments