Skip to content

Commit

Permalink
Merge pull request #3862 from paianish62/v1.12
Browse files Browse the repository at this point in the history
The dapr run command was listed incorrectly for Powershell users. It now has two different options for both Powershell and non-Powershell environments correctly ends in resources-path ../ (done in the get-started-component.md file),
  • Loading branch information
hhunter-ms authored Nov 13, 2023
2 parents 4f0c2d1 + 98481ce commit d6acd94
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ In the above file definition:

Launch a Dapr sidecar that will listen on port 3500 for a blank application named `myapp`:


PowerShell environment:
```bash
dapr run --app-id myapp --dapr-http-port 3500 --resources-path ../
```
non-PowerShell environment:
```bash
dapr run --app-id myapp --dapr-http-port 3500 --resources-path .
```
Expand Down

0 comments on commit d6acd94

Please sign in to comment.