Skip to content

Commit b173f5a

Browse files
authored
Merge pull request #87 from rezajaber/fix/installation-command
fix(docs): installation command
2 parents 3a306db + 94c4d40 commit b173f5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/www/src/contents/docs/installation/astro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default {
192192
You can now start adding components to your project.
193193
194194
```bash
195-
npx shadcn-ui@latest add button
195+
npx shadcn-solid@latest add button
196196
```
197197
198198
You can then import shadcn componets in Astro like this:

apps/www/src/contents/docs/installation/manual.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export const cn = (...classLists: ClassValue[]) => twMerge(clsx(classLists));
399399
You can now start adding components to your project.
400400

401401
```bash
402-
npx shadcn-ui@latest add button
402+
npx shadcn-solid@latest add button
403403
```
404404

405405
The command above will add the Button component to your project. You can then import it like this:

apps/www/src/contents/docs/installation/solid-start.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You will be asked a few questions to configure `components.json`:
9393
You can now start adding components to your project.
9494
9595
```bash
96-
npx shadcn-ui@latest add button
96+
npx shadcn-solid@latest add button
9797
```
9898
9999
The command above will add the Button component to your project. You can then import it like this:

0 commit comments

Comments
 (0)