mirror of https://github.com/dapr/docs.git
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:
parent
11730336ea
commit
fc488832c4
|
@ -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:**
|
||||
|
|
Loading…
Reference in New Issue