From 08c532a10a8d48202231977447a299525d32e572 Mon Sep 17 00:00:00 2001 From: misza Date: Tue, 5 Jun 2012 10:43:28 +0300 Subject: [PATCH] Update master --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 671b04162..d27641f75 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Additionally AppacheRiver 2.2 is downloaded, set up and all necessary scripts ar To run the demo application perform the following two step: * Start the Apache River by executing `ant start-ar` -* Start the demo by executing `ant demo` +* Start the demo (using local knowledge repository) by executing `ant demo-local` +* Start the demo (using tuple space knowledge repository) by executing `ant demo-ts`