diff options
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 2 |
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): |