Skip to content

Commit

Permalink
docs: update svelte-add install command (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Jul 26, 2024
1 parent a0621c8 commit 2e295be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sites/docs/src/content/installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: How to setup shadcn-svelte manually.
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx @svelte-add/tailwindcss@latest
npx svelte-add@latest tailwindcss
```

### Add dependencies
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/content/installation/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm create svelte@latest my-app
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx @svelte-add/tailwindcss@latest
npx svelte-add@latest tailwindcss
```

### Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/content/installation/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: How to setup shadcn-svelte in a Vite project.
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx @svelte-add/tailwindcss@latest
npx svelte-add@latest tailwindcss
```

### Install dependencies
Expand Down

0 comments on commit 2e295be

Please sign in to comment.