add hint on how to test ceofhack
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d71621b7e1
commit
fb497a0983
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue