Skip to content

Commit 9356745

Browse files
Replace docker instructions for running a local server with CLI instructions. (#2806)
1 parent 53449bb commit 9356745

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ the main repo.
4141

4242
## Test and Build
4343

44-
Testing and building `sdk-java` requires running temporal docker locally, execute:
44+
Run a local temporal server with the [temporal CLI](https://docs.temporal.io/cli#installation):
4545

4646
```bash
47-
curl -O https://raw.githubusercontent.com/temporalio/temporal/master/docker/docker-compose.yml
48-
docker-compose up
47+
temporal server start-dev
4948
```
5049

5150
(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

Comments
 (0)