mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 14:35:20 +00:00
add quotes in degit call in blog post
This commit is contained in:
@@ -34,7 +34,7 @@ const posts = [
|
|||||||
<h2>Step one</h2>
|
<h2>Step one</h2>
|
||||||
<p>Create a new project, using <a href='https://github.com/Rich-Harris/degit'>degit</a>:</p>
|
<p>Create a new project, using <a href='https://github.com/Rich-Harris/degit'>degit</a>:</p>
|
||||||
|
|
||||||
<pre><code>npx degit sveltejs/sapper-template#rollup my-app
|
<pre><code>npx degit "sveltejs/sapper-template#rollup" my-app
|
||||||
cd my-app
|
cd my-app
|
||||||
npm install # or yarn!
|
npm install # or yarn!
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|||||||
Reference in New Issue
Block a user