Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 10f06f9

Browse files
committed
Updated README
1 parent e65b510 commit 10f06f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ a worker is the program that executes a command, a client is you!
8383

8484
First start a server:
8585
```bash
86-
task-maker --run-server
86+
task-maker --run-server --server-address=0.0.0.0
8787
```
8888

8989
Then start a worker in each machine, specifying the server to connect to:
9090
```bash
91-
task-maker --run-worker --worker-args="--server server_ip:7070"
91+
task-maker --run-worker --worker-address=<ip of the server>
9292
```
9393

9494
To run the execution remotely just pass:

0 commit comments

Comments
 (0)