From b8aeb1f935ad8c85b12adb5a2ff61d4d872b65de Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 11 Jul 2022 00:43:18 +0200 Subject: [PATCH] Fix guide --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index b78e0d4..ebca1b5 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -353,5 +353,5 @@ There are two known workarounds: On windows, you can disable curl like so: ```pwsh -Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true +Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true,$false,$false,$false,$false,$false,$false,"","","","",$true ```