From 2d3c9b8abbcd0949364f49b3370de23c54789f3b Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 16 Apr 2020 11:28:34 -0700 Subject: [PATCH] Doc fix for tye run. --- docs/tutorials/hello-tye/00_run_locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/hello-tye/00_run_locally.md b/docs/tutorials/hello-tye/00_run_locally.md index 3e9adf05..033b96c6 100644 --- a/docs/tutorials/hello-tye/00_run_locally.md +++ b/docs/tutorials/hello-tye/00_run_locally.md @@ -65,7 +65,7 @@ This tutorial will demonstrate how to use [`tye run`](/docs/reference/commandlin Now that we have two applications running, let's make them communicate. By default, `tye` enables service discovery by injecting environment variables with a specific naming convention. For more information on, see [service discovery](/docs/reference/service_discovery.md). -1. Open the solution in your editor of choice. +1. If you haven't already, stop the existing `tye run` command using `Ctrl + C`. Open the solution in your editor of choice. 2. Add a file `WeatherForecast.cs` to the `frontend` project.