From e57a75c0a96a7d25317fb8a2686646ed38d8eef7 Mon Sep 17 00:00:00 2001 From: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:26:03 +0530 Subject: [PATCH] Update daprdocs/content/en/getting-started/install-dapr-selfhost.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> --- daprdocs/content/en/getting-started/install-dapr-selfhost.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/install-dapr-selfhost.md b/daprdocs/content/en/getting-started/install-dapr-selfhost.md index 3550eda7d21..f08b111357b 100644 --- a/daprdocs/content/en/getting-started/install-dapr-selfhost.md +++ b/daprdocs/content/en/getting-started/install-dapr-selfhost.md @@ -139,7 +139,8 @@ You can verify using either PowerShell or command line. If using PowerShell, run ```powershell explorer "$env:USERPROFILE.dapr" ``` -command line + +If using command line, run: ```cmd explorer "%USERPROFILE%.dapr" ```