From 5ae603e275ddf75e609999df700cad3d5729dd68 Mon Sep 17 00:00:00 2001 From: Josh Berry Date: Mon, 22 Jul 2024 09:39:49 -0700 Subject: [PATCH] Update dev-server instructions in README (#129) - Add a link to how to install the Temporal CLI - Fix the link that shows how to launch the dev server Closes #127. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb48d46..9620132d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Prerequisites: * Python >= 3.8 * [Poetry](https://python-poetry.org) -* [Local Temporal server running](https://docs.temporal.io/application-development/foundations#run-a-development-cluster) +* [Temporal CLI installed](https://docs.temporal.io/cli#install) +* [Local Temporal server running](https://docs.temporal.io/cli/server#start-dev) With this repository cloned, run the following at the root of the directory: