diff options
author | Mark Tiedemann <www.marktiedemann@gmail.com> | 2019-07-09 20:48:15 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-09 14:48:15 -0400 |
commit | 953a5a31dbda1d79065d842cf312e3149d2c70a4 (patch) | |
tree | fc984cc52c72ca037c7d4abe6ced4e16cb6ac62a | |
parent | 52c0764e4fd56928fca0b201c9d402b25d3f2145 (diff) |
Adjust powershell installer commands (#2627)
-rw-r--r-- | website/index.html | 2 | ||||
-rw-r--r-- | website/manual.md | 2 |
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): |