From fb497a09837dc8e9a640fa3dcd3de53c60b6be90 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 10 Jun 2010 09:31:11 +0200 Subject: [PATCH] add hint on how to test ceofhack Signed-off-by: Nico Schottelius --- software/ceofhack.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/software/ceofhack.mdwn b/software/ceofhack.mdwn index 2db04f1c..a3ae03cb 100644 --- a/software/ceofhack.mdwn +++ b/software/ceofhack.mdwn @@ -3,6 +3,19 @@ ceofhack is the first implementation of ***EOF*** (Eris Onion Forwarding), the secure, peer-to-peer (p2), decentralised anonymous chat network. +## How to test ceofhack? + +Simply run the following lines: + + git clone git://git.schottelius.org/EOF/ceofhack + cd ceofhack + ./scripts/init_home.sh + ./ceofhack + +In a second terminal, start the ui: + + cd ceofhack && ./ui-cmd/ui_cmd + ## How to get ceofhack? ### Official releases