We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4da39 commit 691211aCopy full SHA for 691211a
site/src/routes/index.svelte
@@ -85,7 +85,8 @@
85
86
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how">
87
<pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
88
-npx degit sveltejs/template my-svelte-project
+npx degit <a href="https://github.com/sveltejs/template">sveltejs/template</a> my-svelte-project
89
+<span class="token comment"># or download and extract <a href="https://github.com/sveltejs/template/archive/master.zip">this .zip file</a></span>
90
cd my-svelte-project
91
92
npm install
0 commit comments