commit 9de8929ae53b7245b3a031d447e3ce72c58dd852 Author: David Fifield david@bamsoftware.com Date: Thu Jul 5 03:23:50 2012 -0700
Be consistent about whether we're in a subdirectory in README instructions. --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README index cb66dde..2aea755 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ below to try out the system even behind NAT. 8888): $ python connector.py --register 127.0.0.1:9001 :8888 2. Run Tor using the included torrc file. - $ tor -f flashproxy/torrc + $ tor -f torrc
Watch the output of connector.py and tor. From connector.py you are expecting output lines like this:
tor-commits@lists.torproject.org