Use npx in examples, for consistency & simplicity (#21)
This commit is contained in:
parent
22d9858b59
commit
18ee3b0d4b
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ This is a project template for [Svelte](https://svelte.technology) apps. It live
|
|||
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
|
||||
|
||||
```bash
|
||||
npm install -g degit # you only need to do this once
|
||||
|
||||
degit sveltejs/template svelte-app
|
||||
npx degit sveltejs/template-webpack svelte-app
|
||||
cd svelte-app
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue