We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99585c6 commit b524377Copy full SHA for b524377
1 file changed
src/routes/quick-start.mdx
@@ -13,12 +13,12 @@ Start with the [TypeScript](https://stackblitz.com/github/solidjs/templates/tree
13
:::info[Prerequisites]
14
15
- Familiarity with the command line.
16
-- An updated [Node.js](https://nodejs.org/en) or [Deno](https://deno.com) installation.
+- A recent version of [Node.js](https://nodejs.org/en), [Bun](https://bun.sh/), or [Deno](https://deno.com/).
17
+ The latest LTS version is recommended.
18
19
:::
20
-To create a new Solid application, start by installing the Solid CLI.
21
-Navigate to the directory where you want to create your project and run the following command:
+To create a new Solid application, navigate to the directory where you want to create your project and run the following command:
22
23
```package-create
24
solid
0 commit comments