Skip to content

Commit

Permalink
In Section 3: Run the Dapr Sidecar, the --resources-path flag in the …
Browse files Browse the repository at this point in the history
…dapr run command was listed incorrectly. It now correctly ends in resources-path ../

Signed-off-by: Anish Pai <[email protected]>
  • Loading branch information
Anish Pai authored and Anish Pai committed Nov 11, 2023
1 parent 8adc507 commit 35ed773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In the above file definition:
Launch a Dapr sidecar that will listen on port 3500 for a blank application named `myapp`:

```bash
dapr run --app-id myapp --dapr-http-port 3500 --resources-path .
dapr run --app-id myapp --dapr-http-port 3500 --resources-path ../
```

{{% alert title="Tip" color="primary" %}}
Expand Down

0 comments on commit 35ed773

Please sign in to comment.