From 535590587a90951e7fddebd367b3b4466f078008 Mon Sep 17 00:00:00 2001 From: Maxim Fateev Date: Wed, 16 Sep 2020 19:18:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab011874f9..3eb2c33d24 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For samples, see [Samples for the Temporal Java SDK](https://github.com/temporal Run Temporal Server using Docker Compose: - curl -O https://raw.githubusercontent.com/temporalio/temporal/master/docker/docker-compose.yml + curl -L https://github.com/temporalio/temporal/releases/latest/download/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml docker-compose up If this does not work, see instructions for running the Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.