diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index 96d23b738..f4cbe69c5 100644 --- a/website/index.html +++ b/website/index.html @@ -99,7 +99,7 @@ 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://deno.land/x/install/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> -useb | 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): |