Use npx in examples, for consistency & simplicity (#21)

This commit is contained in:
Juliette Prétot 2019-04-26 01:24:49 +02:00 committed by Conduitry
parent 22d9858b59
commit 18ee3b0d4b

View file

@ -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
```