Merge pull request #1982 from samalba/docs-windows

docs: Remove curl dependency when installing on Windows
This commit is contained in:
Marcos Nils 2022-03-31 21:09:46 -03:00 committed by GitHub
commit cc4cabb713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,13 +209,10 @@ It becomes even more obvious when the change is not as straightforward as knowin
<TabItem value="windows"> <TabItem value="windows">
We assume that you have [curl](https://curl.se/windows/) installed. From a powershell terminal, run:
If you do, you can install `dagger` with a few commands. From a powershell terminal, run:
```shell ```shell
curl https://dl.dagger.io/dagger/install.ps1 -OutFile install.ps1 Invoke-WebRequest -UseBasicParsing -Uri https://dl.dagger.io/dagger/install.ps1 | Invoke-Expression
./install.ps1
rm install.ps1
``` ```
We try to move the dagger binary under `C:\Windows\System32` but We try to move the dagger binary under `C:\Windows\System32` but