From f53660772f4ecd0b44fc674d7d7da7cca665a85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gr=C3=A4fen?= <223234+jangraefen@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:39:10 +0200 Subject: [PATCH] Remove incorrect installer documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the installer instruction for Windows it is claimed that the dagger binary is placed inside the System32 folder if permissions allow it, which seems to be no longer part of the install.ps1 script (and seems like a bad idea anyways). Signed-off-by: Jan Gräfen <223234+jangraefen@users.noreply.github.com> --- docs/getting-started/1200-local-dev.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 1423c3ba..b84b38ec 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -215,8 +215,7 @@ From a powershell terminal, run: 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 -in case we miss the necessary permissions, we'll save everything under `/dagger` + We'll save everything under `/dagger` Check that `dagger` is installed correctly by opening a `Command Prompt` terminal and run: