Skip to content

Commit ebfe025

Browse files
committed
Run commands from repo root dir
1 parent 8194e27 commit ebfe025

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hello_nexus/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ temporal operator nexus endpoint create \
2222
--name hello-nexus-basic-nexus-endpoint \
2323
--target-namespace hello-nexus-basic-handler-namespace \
2424
--target-task-queue my-handler-task-queue \
25-
--description-file endpoint_description.md
25+
--description-file hello_nexus/endpoint_description.md
2626
```
2727

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

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

0 commit comments

Comments
 (0)