From 953a5a31dbda1d79065d842cf312e3149d2c70a4 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Tue, 9 Jul 2019 20:48:15 +0200 Subject: Adjust powershell installer commands (#2627) --- website/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/manual.md') 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): -- cgit v1.2.3