Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/routes/solid-start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ This starter contains a collection of templates that can be used to quickly boot

**1. Install SolidStart**

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

```package-create
solid@latest
```

This will create a new directory for your project based on the name you enter.

**2. Choose a template**

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