Update daprdocs/content/en/getting-started/install-dapr-selfhost.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
This commit is contained in:
Prashant Rewar 2024-01-31 22:26:03 +05:30
parent e9a7a6f995
commit 96cad2bbb3
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ You can verify using either PowerShell or command line. If using PowerShell, run
```powershell
explorer "$env:USERPROFILE.dapr"
```
command line
If using command line, run:
```cmd
explorer "%USERPROFILE%.dapr"
```