Add instructions to open the .dapr folder in the user profile on Windows

Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
This commit is contained in:
Prashant Rewar 2024-01-27 19:09:59 +05:30
parent 11730336ea
commit fc488832c4
1 changed files with 6 additions and 2 deletions

View File

@ -135,9 +135,13 @@ ls $HOME/.dapr
{{% /codetab %}}
{{% codetab %}}
Powershell
```powershell
explorer "%USERPROFILE%\.dapr\"
explorer "$env:USERPROFILE.dapr"
```
command line
```cmd
explorer "%USERPROFILE%.dapr"
```
**Result:**