Skip to content

Commit 2c14802

Browse files
authored
docs(tutorial): update app creation command to Svelte CLI (#736)
Replace deprecated `create-svelte` package with new `sv` command in the tutorial conclusion
1 parent 8156c4b commit 2c14802

File tree

1 file changed

+2
-2
lines changed
  • apps/svelte.dev/content/tutorial/04-advanced-sveltekit/07-conclusion/01-next-steps

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/tutorial/04-advanced-sveltekit/07-conclusion/01-next-steps/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: Next steps
44

55
Congratulations! If you've made it the entire way through this tutorial, you can now consider yourself a Svelte and SvelteKit expert.
66

7-
You can start building apps on your own machine with the [`create-svelte`](https://www.npmjs.com/package/create-svelte) package:
7+
You can start building apps on your own machine with [Svelte CLI](https://www.npmjs.com/package/sv):
88

99
```bash
10-
npm create svelte@latest
10+
npx sv create
1111
```
1212

1313
Svelte and SvelteKit will continue to evolve, and so will this tutorial. Check back periodically for updates.

0 commit comments

Comments
 (0)