aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/README
diff options
context:
space:
mode:
Diffstat (limited to 'packages/torouter-web/README')
-rw-r--r--packages/torouter-web/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/torouter-web/README b/packages/torouter-web/README
index 0303fad..7a8c0fa 100644
--- a/packages/torouter-web/README
+++ b/packages/torouter-web/README
@@ -1 +1,12 @@
-This is where the web interface for Torouter will be packaged.
+TUI - Tor web User Interface
+----------------------------
+
+This is the Tor web User Interface for the Torouter.
+
+It requires web.py:
+ git clone git://github.com/webpy/webpy.git
+
+To start the web server run:
+ python runui.py
+
+- Arturo Filasto' <hellais@torproject.org>