@@ -25,9 +25,17 @@ You'll need three terminal windows for this exercise.
25251 . Open the ` worker.ts ` file (located in the ` practice/src ` subdirectory) in the editor
26262 . Change the task queue name to ` greeting-tasks `
27273 . Save your changes
28- 4 . Repeat this process in the ` client.ts ` file
28+ 4 . Repeat this process in the ` client.ts ` file
2929
30- ## Part C: Start the Worker
30+ ## Part C: Install Dependencies
31+
32+ 1 . Open a terminal window in your environment and navigate to the ` exercises/hello-workflow/practice ` subdirectory.
33+ 2 . Run the following command to install the required dependencies:
34+ ``` command
35+ npm install
36+ ```
37+
38+ ## Part D: Start the Worker
3139
32401 . Go to a terminal window in the environment and make sure you are in the ` exercises/hello-workflow/practice/src ` subdirectory for this exercise
33412 . Run the following command to start the Worker:
@@ -36,7 +44,7 @@ You'll need three terminal windows for this exercise.
3644npm run start.watch
3745```
3846
39- ## Part D : Start the Workflow from the Command Line
47+ ## Part E : Start the Workflow from the Command Line
4048
41491 . Go to another terminal window in the environment and make sure you are in the ` exercises/hello-workflow/practice/src ` subdirectory.
42502 . Run the following command, replacing ` Donna ` with your own name. Be sure to retain the same quoting shown here when you run the command:
@@ -76,4 +84,4 @@ This command shows you a lot of information. We will cover this output later in
7684
7785It is also possible, and often more convenient, to view this information using the Web UI. You will have a chance to do this in the next exercise.
7886
79- ### This is the end of the exercise.
87+ ### This is the end of the exercise.
0 commit comments