summaryrefslogtreecommitdiff
path: root/website/manual.md
diff options
context:
space:
mode:
authorMark Tiedemann <www.marktiedemann@gmail.com>2019-07-09 20:48:15 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-07-09 14:48:15 -0400
commit953a5a31dbda1d79065d842cf312e3149d2c70a4 (patch)
treefc984cc52c72ca037c7d4abe6ced4e16cb6ac62a /website/manual.md
parent52c0764e4fd56928fca0b201c9d402b25d3f2145 (diff)
Adjust powershell installer commands (#2627)
Diffstat (limited to 'website/manual.md')
-rw-r--r--website/manual.md2
1 files changed, 1 insertions, 1 deletions
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):