Skip to content

Commit

Permalink
Merge branch 'v1.12' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthbalete authored Feb 1, 2024
2 parents 694bd62 + 4ee9d6d commit b0b68d4
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 b0b68d4

Please sign in to comment.