[tor-commits] [guardfraction/master] A few minor improvements to the README.

asn at torproject.org asn at torproject.org
Tue Jul 28 13:14:19 UTC 2015


commit 7544c665eff618b568ea55d995db30bef02ccc64
Author: George Kadianakis <desnacked at riseup.net>
Date:   Tue Jul 28 16:13:39 2015 +0300

    A few minor improvements to the README.
---
 README |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README b/README
index c91e7c0..a1c161d 100644
--- a/README
+++ b/README
@@ -34,10 +34,10 @@ your filesystem structure.
 As an example, here is a crontab line that will call the script in the
 20th minute of every hour:
 
-    20 * * * * sh /home/user/guardiness/guardfraction_cron.sh >/dev/null
+    20 * * * * /home/user/guardfraction/guardfraction_cron.sh >/dev/null
 
 You might also want to use the 'cronic' utility as a better way to
-detect cron script errors. In Debian. you can find it in the moreutils
+detect cron script errors. In Debian, you can find it in the moreutils
 package.
 
 ==Example usage==
@@ -62,12 +62,13 @@ Now you should have a file named 'guardfraction.output' in the cwd that
 is meant to be read by little-t-tor.
 
 Unittests can be run by running this in the top dir:
-$ export PYTHON_PATH=`pwd`
+$ export PYTHONPATH=`pwd`
 $ python -m unittest discover test/
 
 ==Dependencies==
 
-stem is needed.
+The python library stem is needed for parsing Tor consensuses. It's
+packaged as 'python-stem' in Debian.
 
 ==Output file format==
 





More information about the tor-commits mailing list