From c09fe2520b957619abfb16df6dce3fc42069012a Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Thu, 31 Mar 2022 16:39:39 -0700 Subject: [PATCH] docs: Remove curl dependency when installing on Windows Signed-off-by: Sam Alba --- docs/getting-started/1200-local-dev.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 5ed0166f..1423c3ba 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -209,13 +209,10 @@ It becomes even more obvious when the change is not as straightforward as knowin -We assume that you have [curl](https://curl.se/windows/) installed. -If you do, you can install `dagger` with a few commands. From a powershell terminal, run: +From a powershell terminal, run: ```shell -curl https://dl.dagger.io/dagger/install.ps1 -OutFile install.ps1 -./install.ps1 -rm install.ps1 +Invoke-WebRequest -UseBasicParsing -Uri https://dl.dagger.io/dagger/install.ps1 | Invoke-Expression ``` We try to move the dagger binary under `C:\Windows\System32` but