Skip to content

Commit

Permalink
Merge pull request #3983 from prashantrewar/add-instructions
Browse files Browse the repository at this point in the history
Add instructions to open the .dapr folder in the user profile on Windows
  • Loading branch information
hhunter-ms authored Feb 1, 2024
2 parents 1173033 + 9a35e69 commit 4ee9d6d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions daprdocs/content/en/getting-started/install-dapr-selfhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 4ee9d6d

Please sign in to comment.