summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.