Skip to content

Commit 691211a

Browse files
committed
site: provide alternatives to degit on homepage
1 parent ef4da39 commit 691211a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/routes/index.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585

8686
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how">
8787
<pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
88-
npx degit sveltejs/template my-svelte-project
88+
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>
8990
cd my-svelte-project
9091

9192
npm install

0 commit comments

Comments
 (0)