Skip to content

Commit 6257203

Browse files
authored
docs: specify script language and add npm install step to installation guide (#13804)
1 parent 7ecc6c0 commit 6257203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/docs/01-introduction/02-getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ title: Getting started
44

55
We recommend using [SvelteKit](../kit), the official application framework from the Svelte team powered by [Vite](https://vite.dev/):
66

7-
```
7+
```bash
88
npx sv create myapp
99
cd myapp
10+
npm install
1011
npm run dev
1112
```
1213

0 commit comments

Comments
 (0)