Skip to content

Commit 6abd2d4

Browse files
committed
added command to cd into directory containing the code, without which the commands specified would fail
1 parent 985fd68 commit 6abd2d4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

exercises/finale-workflow/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,23 @@ $ java -classpath \
4141

4242
# Run the Workflow Worker (implemented in Go):
4343

44-
In another terminal, run this command:
44+
In another terminal, run these commands:
4545

4646
```
47+
$ cd go
4748
$ go run worker/main.go
4849
```
4950

5051
**Note:** If you're using GitPod, you can run the shortcut `ex4w`
5152

5253
# Start the Workflow (Go)
5354

54-
In another terminal, run the following command,
55+
In another terminal, run the following commands,
5556
but be sure to replace `Mason Egger` with your
5657
full name.
5758

5859
```
60+
$ cd go
5961
$ go run start/main.go "Mason Egger"
6062
```
6163

0 commit comments

Comments
 (0)