Skip to content

Commit d8c112d

Browse files
Merge branch 'main' into fix/welcome-404-redirect
2 parents 2333c9f + 1506e0f commit d8c112d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/solid-start/getting-started.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ This starter contains a collection of templates that can be used to quickly boot
77

88
**1. Install SolidStart**
99

10-
Once you have created a directory for your new application, you can initialize SolidStart with the following command:
10+
To start a new project you can initialize SolidStart with the following command:
1111

1212
```package-create
1313
solid@latest
1414
```
1515

16+
This will create a new directory for your project based on the name you enter.
17+
1618
**2. Choose a template**
1719

1820
When you run the command above, SolidStart will prompt you to choose a template for your new application.

0 commit comments

Comments
 (0)