summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/index.html2
-rw-r--r--website/manual.md2
2 files changed, 2 insertions, 2 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):
diff --git a/website/manual.md b/website/manual.md
index 4e8f9fe16..a23fa1015 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -101,7 +101,7 @@ curl -fsSL https://deno.land/x/install/install.sh | sh
Using PowerShell:
```powershell
-iwr https://deno.land/x/install/install.ps1 | iex
+iwr https://deno.land/x/install/install.ps1 -useb | iex
```
Using [Scoop](https://scoop.sh/) (windows):