Commit eeccec20 authored by Hauke Goldhammer's avatar Hauke Goldhammer

Fix setup comment group_chat

parent c44aa6e5
......@@ -3,9 +3,9 @@
* based on group communication. *
* *
* Setup for a minimal chat between "alice" and "bob": *
* - ./build/bin/group_chat -s -p 4242 *
* - ./build/bin/group_chat -g remote:chatroom@localhost:4242 -n alice *
* - ./build/bin/group_chat -g remote:chatroom@localhost:4242 -n bob *
* - ./build/example/group_chat -s -p 4242 *
* - ./build/example/group_chat -g remote:chatroom@localhost:4242 -n alice *
* - ./build/example/group_chat -g remote:chatroom@localhost:4242 -n bob *
\******************************************************************************/
#include <cstdlib>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment