Add some quick instructions to the README.md file.

Project: http://git-wip-us.apache.org/repos/asf/river-container/repo
Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/457ae74b
Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/457ae74b
Diff: http://git-wip-us.apache.org/repos/asf/river-container/diff/457ae74b

Branch: refs/heads/master
Commit: 457ae74b47e8262f8a7c73d0f1ff295e0cefcd24
Parents: dfeedbf
Author: Greg Trasuk <tras...@trasuk.com>
Authored: Thu Nov 28 11:12:16 2013 -0500
Committer: Greg Trasuk <tras...@trasuk.com>
Committed: Thu Nov 28 11:12:16 2013 -0500

----------------------------------------------------------------------
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/river-container/blob/457ae74b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ba20872..ec54968 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,14 @@ Initial development on Apache River Container
     sh bin/run.sh [profile] arg*
 
 If you don't specify [profile] the 'default' profile will be used.  'arg*' 
isn't
-really used much in the service container profiles (like 'default').
+really used much in the service container profiles (like 'default').  
 
 Services are packaged into a jar file and placed into the 'deploy' folder
 of the profile that you want to run.  When you run the container, all services
 in the profile are started up.  The default profile monitors the deploy folder
-each 5s and starts up any new services you put into the deploy folder.
+each 5s and starts up any new services you put into the deploy folder. The 
+'default' profile already includes a transient reggie instance and a transient 
+mahalo instance.  You can add your own services to this folder as well.
 
 Have a look at the 'reggie-module' or 'mahalo-module' target folders to see
 what the archive should look like.  Startup parameters are in 
'start.properties'.

Reply via email to