Skip to content

Commit 76033a2

Browse files
committed
Fixed examples readme with specific dapr instructions
Signed-off-by: Albert Callarisa <[email protected]>
1 parent 3439afc commit 76033a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ All the examples assume that you have a Durable Task-compatible sidecar running
88

99
1. Install the latest version of the [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/), which contains and exposes an embedded version of the Durable Task engine. The setup process (which requires Docker) will configure the workflow engine to store state in a local Redis container.
1010

11-
2. Clone and run the [Durable Task Sidecar](https://github.com/microsoft/durabletask-go) project locally (requires Go 1.18 or higher). Orchestration state will be stored in a local sqlite database.
11+
2. Run the [Durable Task Sidecar](https://github.com/dapr/durabletask-go) project locally (requires Go 1.18 or higher). Orchestration state will be stored in a local sqlite database.
12+
```sh
13+
go install github.com/dapr/durabletask-go@main
14+
durabletask-go --port 4001
15+
```
1216

1317
## Running the examples
1418

0 commit comments

Comments
 (0)