Skip to content

Commit 1506e0f

Browse files
change npm init solid text (#1241)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 19fde46 commit 1506e0f

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)