diff --git a/daprdocs/content/en/getting-started/install-dapr-selfhost.md b/daprdocs/content/en/getting-started/install-dapr-selfhost.md index 55168bb1898..6c27f4d5840 100644 --- a/daprdocs/content/en/getting-started/install-dapr-selfhost.md +++ b/daprdocs/content/en/getting-started/install-dapr-selfhost.md @@ -135,9 +135,14 @@ ls $HOME/.dapr {{% /codetab %}} {{% codetab %}} - +You can verify using either PowerShell or command line. If using PowerShell, run: ```powershell -explorer "%USERPROFILE%\.dapr\" +explorer "$env:USERPROFILE\.dapr" +``` + +If using command line, run: +```cmd +explorer "%USERPROFILE%\.dapr" ``` **Result:**