From 18ee3b0d4bf07922c917154fc2819cd0eeb52f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliette=20Pr=C3=A9tot?= Date: Fri, 26 Apr 2019 01:24:49 +0200 Subject: [PATCH] Use npx in examples, for consistency & simplicity (#21) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e411bf..4dc4a36 100644 --- a/README.md +++ b/README.md @@ -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 ```