We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8156c4b commit 2c14802Copy full SHA for 2c14802
apps/svelte.dev/content/tutorial/04-advanced-sveltekit/07-conclusion/01-next-steps/index.md
@@ -4,10 +4,10 @@ title: Next steps
4
5
Congratulations! If you've made it the entire way through this tutorial, you can now consider yourself a Svelte and SvelteKit expert.
6
7
-You can start building apps on your own machine with the [`create-svelte`](https://www.npmjs.com/package/create-svelte) package:
+You can start building apps on your own machine with [Svelte CLI](https://www.npmjs.com/package/sv):
8
9
```bash
10
-npm create svelte@latest
+npx sv create
11
```
12
13
Svelte and SvelteKit will continue to evolve, and so will this tutorial. Check back periodically for updates.
0 commit comments