From 5f2cfc3cdeee56a8f6a090a6bf6c4c6e8277b241 Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Tue, 27 Jan 2015 19:16:20 +0100 Subject: [PATCH] Update README.md default number of assignment-clients to start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f1ca0dc7..a4d193324d 100644 --- a/README.md +++ b/README.md @@ -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.