From 8799721fb0bef23d9bf1e0ad2bc9864809222c95 Mon Sep 17 00:00:00 2001 From: Greg Travis Date: Fri, 13 Mar 2026 14:18:42 -0400 Subject: [PATCH] Replace docker instructions for running a local server with CLI instructions. --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38be6b111..1a55a530f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,11 +41,10 @@ the main repo. ## Test and Build -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): ```bash -curl -O https://raw.githubusercontent.com/temporalio/temporal/master/docker/docker-compose.yml -docker-compose up +temporal server start-dev ``` (If this does not work, see instructions for running the Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.)