add hint on how to test ceofhack

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-06-10 09:31:11 +02:00
parent d71621b7e1
commit fb497a0983

View file

@ -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