We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53449bb commit 9356745Copy full SHA for 9356745
1 file changed
CONTRIBUTING.md
@@ -41,11 +41,10 @@ the main repo.
41
42
## Test and Build
43
44
-Testing and building `sdk-java` requires running temporal docker locally, execute:
+Run a local temporal server with the [temporal CLI](https://docs.temporal.io/cli#installation):
45
46
```bash
47
-curl -O https://raw.githubusercontent.com/temporalio/temporal/master/docker/docker-compose.yml
48
-docker-compose up
+temporal server start-dev
49
```
50
51
(If this does not work, see instructions for running the Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.)
0 commit comments