diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/website/index.html b/website/index.html index f05f2e575..349ca36e9 100644 --- a/website/index.html +++ b/website/index.html @@ -89,12 +89,13 @@ <h2 id="install">Install <a href="#install">#</a></h2> - <p>Mac or Linux</p> - <pre>curl -fL <a + <p>Using Shell:</p> + <pre>curl -fsSL <a href="https://github.com/denoland/deno_install/blob/master/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre> - <p>Windows (PowerShell)</p> - <pre>iex (iwr <a -href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://deno.land/x/install/install.ps1</a>)</pre> + <p>Or using PowerShell:</p> + <pre>iwr <a +href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://deno.land/x/install/install.ps1</a> | iex</pre> + <p>See <a href="https://github.com/denoland/deno_install">deno_install</a> for more installation options.</p> <h2 id="example">Example <a href="#example">#</a></h2> |