From e35d0757bb91ce2e1ec09340aa136ae68abfe07b Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:37:23 -0700 Subject: [PATCH] Update install-dapr-cli.md Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- daprdocs/content/en/getting-started/install-dapr-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/install-dapr-cli.md b/daprdocs/content/en/getting-started/install-dapr-cli.md index 65e0361a0..93825a8a8 100644 --- a/daprdocs/content/en/getting-started/install-dapr-cli.md +++ b/daprdocs/content/en/getting-started/install-dapr-cli.md @@ -43,7 +43,7 @@ wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O #### Install from Command Prompt -Install the latest windows Dapr cli to `C:\dapr` and add this directory to the User PATH environment variable: +Install the latest windows Dapr cli to `$Env:SystemDrive\dapr` and add this directory to the User PATH environment variable: ```powershell powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"