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/index.html | 2 +- website/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'website') 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 | sh

Or using PowerShell:

iwr https://deno.land/x/install/install.ps1 | iex
+href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/install.ps1 -useb | iex

Using Homebrew (mac):

brew install deno

Using Scoop (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): -- cgit v1.2.3