From 13170ce23f9b0c9dbc74e60a90a2af5161582314 Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Sat, 3 May 2014 14:48:32 +0200 Subject: [PATCH 1/2] There are 6 assignment-client types right now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1212f656..75aa55dacd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,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 5 + ./assignment-client -n 6 To test things out you'll want to run the Interface client. From 2f1e5ad5cac8f375603be4f89d00a4110ef4208b Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Sat, 3 May 2014 14:51:16 +0200 Subject: [PATCH 2/2] description update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75aa55dacd..d5fa8de1b4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ you to run the full stack of the virtual world. In order to set up your own virtual world, you need to set up and run your own local "domain". -The domain-server gives a number different types of assignments to the assignment-client for different features: audio, avatars, voxels, particles, and meta-voxels. +The domain-server gives a number different types of assignments to the assignment-client for different features: audio, avatars, voxels, particles, meta-voxels and models. Follow the instructions in the [build guide](BUILD.md) to build the various components.