From edfcfce1810922a056e965d1447ea3b8c319dbd9 Mon Sep 17 00:00:00 2001 From: "Joshua J. Berry" Date: Fri, 19 Jul 2024 13:15:46 -0400 Subject: [PATCH] Update dev-server instructions in README - 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: