mirror of https://github.com/dapr/docs.git
Merge branch 'v1.12' into patch-1
This commit is contained in:
commit
b0b68d401f
|
@ -135,9 +135,14 @@ ls $HOME/.dapr
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
|
You can verify using either PowerShell or command line. If using PowerShell, run:
|
||||||
```powershell
|
```powershell
|
||||||
explorer "%USERPROFILE%\.dapr\"
|
explorer "$env:USERPROFILE\.dapr"
|
||||||
|
```
|
||||||
|
|
||||||
|
If using command line, run:
|
||||||
|
```cmd
|
||||||
|
explorer "%USERPROFILE%\.dapr"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Result:**
|
**Result:**
|
||||||
|
|
Loading…
Reference in New Issue