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" ```