quote degit repo and branch name

This commit is contained in:
Conv
2019-06-06 17:47:28 -04:00
committed by GitHub
parent 892e0b2515
commit b050563d36

View File

@@ -4,9 +4,9 @@ The default [Sapper](https://github.com/sveltejs/sapper) template, with branches
```bash
# for Rollup
npx degit sveltejs/sapper-template#rollup my-app
npx degit "sveltejs/sapper-template#rollup" my-app
# for webpack
npx degit sveltejs/sapper-template#webpack my-app
npx degit "sveltejs/sapper-template#webpack" my-app
cd my-app
npm install # or yarn!
npm run dev