site: quote degit repo argument (#726)

This commit is contained in:
Conduitry
2019-06-06 17:13:11 -04:00
parent 43e7f0d30d
commit d4ee7ab040
2 changed files with 4 additions and 4 deletions

View File

@@ -50,9 +50,9 @@
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how">
<pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
# 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