Skip to content

Commit 0d7666f

Browse files
authored
Update docs/development.md
1 parent 56319fd commit 0d7666f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ make test-unit
2424
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Durable Task test sidecar using the following `docker` command:
2525

2626
```sh
27-
docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator
27+
go install github.com/microsoft/durabletask-go@main
28+
durabletask-go --port 4001
2829
```
2930

3031
To run the E2E tests, run the following command from the project root:

0 commit comments

Comments
 (0)