From 861605991e6d9e990984e7d4f1b82ff67544edcf Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 2 May 2012 15:35:09 -0400 Subject: [PATCH] more notes in the readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4dadc4..5ef6541 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ mongo-irc -========= \ No newline at end of file +========= + +This is a demo/experimental irc server that uses MongoDB for meta data, message bus and logging. + +To run on port 6667: + + * `ant run` + +To run on port 6668: + + * `ant run2` + + +See: +http://www.mongodb.org/ +