summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-06 05:38:25 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-06 05:38:25 +0000
commitfd9622a713f99b21b127495fecc8bbb3ba8904fd (patch)
tree4ede20ef5ea5bc5cc22c5dabd39e910a3dcbb420 /doc
parentf52e688c2b9ba7986c5103bfd542c4f635b55dd4 (diff)
make the thandy client instructions a bit more robust
git-svn-id: file:///home/or/svnrepo/updater/trunk@17496 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO b/doc/HOWTO
index 71601b1..33d5870 100644
--- a/doc/HOWTO
+++ b/doc/HOWTO
@@ -245,7 +245,7 @@ make
make test
python setup.py install --prefix=/home/thandy/install
export PYTHONPATH=/home/thandy/install/lib/
-export PATH=$PATH:`pwd`/install/bin/
+export PATH=$PATH:/home/thandy/install/bin/
thandy-client update /bundleinfo/tor/source/
or