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 <108176843+prashantrewar@users.noreply.github.com>
  • Loading branch information
prashantrewar committed Jan 27, 2024
1 parent 928acb3 commit 1de8f66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion daprdocs/content/en/getting-started/install-dapr-selfhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ ls $HOME/.dapr
{{% codetab %}}

```powershell
explorer "%USERPROFILE%\.dapr\"
explorer "$env:USERPROFILE.dapr"
```

```cmd
explorer "%USERPROFILE%.dapr"
```

**Result:**
Expand Down

0 comments on commit 1de8f66

Please sign in to comment.