[or-cvs] r16807: {torflow} slightly more useful instructions (torflow/branches/gsoc2008)

arma at seul.org arma at seul.org
Tue Sep 9 08:39:44 UTC 2008


Author: arma
Date: 2008-09-09 04:39:44 -0400 (Tue, 09 Sep 2008)
New Revision: 16807

Modified:
   torflow/branches/gsoc2008/soat.py
Log:
slightly more useful instructions


Modified: torflow/branches/gsoc2008/soat.py
===================================================================
--- torflow/branches/gsoc2008/soat.py	2008-09-09 08:20:53 UTC (rev 16806)
+++ torflow/branches/gsoc2008/soat.py	2008-09-09 08:39:44 UTC (rev 16807)
@@ -14,10 +14,10 @@
 To run SoaT: 
 1) make sure you have py-openssl packages installed (see README)
 2) open Tor control port in the torrc
-3) start metatroller in the background (./python metatroller.py)
-4) start soat (./python soat.py) with some testing flags (run it without any flags
+3) start metatroller in the background (python ./metatroller.py)
+4) start soat (python ./soat.py) with some testing flags (run it without any flags
     to see which options are available)
-5) check the results later by running soatstats (./python soatstats.py)
+5) check the results later by running soatstats (python ./soatstats.py)
 
 '''
 



More information about the tor-commits mailing list