Skip to content

Commit 72d24bc

Browse files
committed
Fix directory paths in README
1 parent adee32d commit 72d24bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hello_nexus/basic/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ call the operations from a workflow.
1010

1111
### Instructions
1212

13-
Start a Temporal server.
13+
Start a Temporal server. (See the main samples repo [README](../../README.md)).
1414

1515
Run the following:
1616

@@ -22,16 +22,16 @@ temporal operator nexus endpoint create \
2222
--name my-nexus-endpoint \
2323
--target-namespace my-handler-namespace \
2424
--target-task-queue my-handler-task-queue \
25-
--description-file ./hello_nexus/basic/endpoint_description.md
25+
--description-file endpoint_description.md
2626
```
2727

28-
In one terminal, run the Temporal worker in the handler namespace:
28+
In one terminal, in this directory, run the Temporal worker in the handler namespace:
2929
```
30-
uv run hello_nexus/basic/handler/worker.py
30+
uv run handler/worker.py
3131
```
3232

33-
In another terminal, run the Temporal worker in the caller namespace and start the caller
33+
In another terminal, in this directory, run the Temporal worker in the caller namespace and start the caller
3434
workflow:
3535
```
36-
uv run hello_nexus/basic/caller/app.py
36+
uv run caller/app.py
3737
```

0 commit comments

Comments
 (0)