mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +02:00
Update README.md
default number of assignment-clients to start
This commit is contained in:
parent
f085b81cde
commit
5f2cfc3cde
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Any target can be terminated with Ctrl-C (SIGINT) in the associated Terminal win
|
|||
|
||||
This assignment-client will grab one assignment from the domain-server. You can tell the assignment-client what type you want it to be with the `-t` option. You can also run an assignment-client that forks off *n* assignment-clients with the `-n` option.
|
||||
|
||||
./assignment-client -n 6
|
||||
./assignment-client -n 4
|
||||
|
||||
To test things out you'll want to run the Interface client.
|
||||
|
||||
|
|
Loading…
Reference in a new issue