File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ So let's get started.
1818
1919### Create Svelte
2020
21- Create the Svelte template using ` create-svelte ` with these recommended options:
21+ Generate the base template using ` create-svelte ` with these recommended options:
2222
2323- [x] Skeleton project
2424- [x] JavaScript with JSDoc comments
@@ -30,15 +30,16 @@ $ npm create svelte@latest my-app
3030
3131### Run combo-patcher
3232
33- Run the combo-patcher. This uses [ zx] ( https://github.com/google/zx ) , so make sure that's installed.
33+ Then, layer the patches based on the last-known SvelteKit decisions. This uses
34+ [ zx] ( https://github.com/google/zx ) , so make sure that's installed.
3435
3536```
36- $ zx https://raw.githubusercontent.com/ zerodevx/sveltekit -starter/main /index.mjs my-app
37+ $ zx https://cdn.jsdelivr.net/gh/ zerodevx/svelte -starter@2 /index.mjs my-app
3738```
3839
3940### Update dependencies
4041
41- Prepare the starter based on the last known SvelteKit decisions .
42+ Finally, apply the finishing touches .
4243
4344```
4445$ cd my-app
You can’t perform that action at this time.
0 commit comments