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:**