diff options
-rw-r--r-- | website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index 66b12871c..96d23b738 100644 --- a/website/index.html +++ b/website/index.html @@ -96,10 +96,10 @@ <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> +href="https://deno.land/x/install/install.sh">https://deno.land/x/install/install.sh</a> | sh</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> +href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/install.ps1</a> | iex</pre> <p>Using <a href="https://brew.sh/">Homebrew</a> (mac):</p> <pre>brew install deno</pre> <p>Using <a href="https://scoop.sh/">Scoop</a> (windows): |