Skip to content

Commit

Permalink
Add instructions to open the .dapr folder in the user profile on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Rewar <[email protected]>
  • Loading branch information
prashantrewar committed Jan 31, 2024
1 parent 928acb3 commit 7d81148
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions daprdocs/content/en/getting-started/install-dapr-selfhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,13 @@ ls $HOME/.dapr
{{% /codetab %}}

{{% codetab %}}

Powershell
```powershell
explorer "%USERPROFILE%\.dapr\"
explorer "$env:USERPROFILE.dapr"
```
command line
```cmd
explorer "%USERPROFILE%.dapr"
```

**Result:**
Expand Down

0 comments on commit 7d81148

Please sign in to comment.