update script to match homepage

pull/7697/head
Ben McCann 4 years ago committed by GitHub
parent 2738dc7b49
commit 20fdae2d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ We're going to use the [Svelte + Vite](https://github.com/vitejs/vite/tree/main/
On the command line, navigate to where you want to create a new project, then type the following lines (you can paste the whole lot, but you'll develop better muscle memory if you get into the habit of writing each line out one at a time then running it): On the command line, navigate to where you want to create a new project, then type the following lines (you can paste the whole lot, but you'll develop better muscle memory if you get into the habit of writing each line out one at a time then running it):
```bash ```bash
npm init vite my-svelte-project -- --template svelte npm create vite@latest my-svelte-project -- --template svelte
cd my-svelte-project cd my-svelte-project
npm install npm install
``` ```

Loading…
Cancel
Save