docs: selectable npx link

pull/4112/head
Tim Deschryver 5 years ago committed by Conduitry
parent 54e8037c44
commit 1ef7601d69

@ -85,7 +85,7 @@
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how"> <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"> <pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
npx degit <a href="https://github.com/sveltejs/template">sveltejs/template</a> my-svelte-project npx degit <a href="https://github.com/sveltejs/template" style="user-select: initial;">sveltejs/template</a> my-svelte-project
<span class="token comment"># or download and extract <a href="https://github.com/sveltejs/template/archive/master.zip">this .zip file</a></span> <span class="token comment"># or download and extract <a href="https://github.com/sveltejs/template/archive/master.zip">this .zip file</a></span>
cd my-svelte-project cd my-svelte-project

Loading…
Cancel
Save