We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a46c5 commit 38d8e37Copy full SHA for 38d8e37
1 file changed
README.md
@@ -28,12 +28,12 @@ SolidStart brings fine-grained reactivity fullstack with full flexibility. Built
28
Create a template project with your preferred package manager:
29
30
```bash
31
-# With npm
32
-npm create solid
33
-# With pnpm
34
-pnpm create solid --solidstart
35
-# With bun
36
-bun create solid
+# using npm
+npm create solid@latest -- --solidstart
+# using pnpm
+pnpm create solid@latest --solidstart
+# using bun
+bun create solid@latest --solidstart
37
```
38
39
1. Follow the CLI prompts to set up your project.
0 commit comments