From 9e73fdd2042672312484c72d46d802d27ee43672 Mon Sep 17 00:00:00 2001 From: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:09:59 +0530 Subject: [PATCH] Add instructions to open the .dapr folder in the user profile on Windows Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> --- .../content/en/getting-started/install-dapr-selfhost.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/getting-started/install-dapr-selfhost.md b/daprdocs/content/en/getting-started/install-dapr-selfhost.md index 55168bb1898..4af3c0f86b8 100644 --- a/daprdocs/content/en/getting-started/install-dapr-selfhost.md +++ b/daprdocs/content/en/getting-started/install-dapr-selfhost.md @@ -135,9 +135,13 @@ ls $HOME/.dapr {{% /codetab %}} {{% codetab %}} - +Powershell ```powershell -explorer "%USERPROFILE%\.dapr\" +explorer "$env:USERPROFILE.dapr" +``` +command line +```cmd +explorer "%USERPROFILE%.dapr" ``` **Result:**