summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-09 13:35:24 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-09 13:35:24 +0200
commit400fe7b169151ce2211bb4664f5534887b395a61 (patch)
tree28c38bd56084c682563d473eef2a11ef4bd3affc
parent60890e054075d92be557f9a7da6f29b5e8ec9f90 (diff)
README
-rw-r--r--README.mediawiki9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 98e78f20..d4bb75b2 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -1,2 +1,11 @@
= About =
Rhizi server
+
+= Use =
+Command line use documentation can be view with:
+:$ python rhizi_server.py -h
+
+= Hacking =
+== Running the Tests ==
+Test code makes use of Python's unittest - run by invoking them with python,
+or by creating a launch configuration in your IDE of choice.