aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7ef9c8f
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+to compile: execute "make" in the top directory
+to start the server: run server/start.sh
+to start a client: cd client, erl -sname <any_name>
+in the client:
+ client:register(<hostname>,<username>,<password>).
+ client:login(<hostname>,<username>,<password>).
+ now you can use client:list(), client:getVotes(), client:vote() and client:devote()