summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-03-19 18:57:47 +0100
committerSebastian Hahn <sebastian@torproject.org>2009-03-19 18:57:47 +0100
commit73bec8e039efd4ed63a28a52375bb533eeea3ad9 (patch)
tree5cd8f4926b58a914cfd2964a3f9b6d9540273eec
parent355daeedb40e7dcee60a5a15c2bea98ea91fe66a (diff)
Update howto to reflect svn->git conversion some more.
Make a shallow clone instead of doing an svn checkout. They are not 100% equivalent, but this is way faster than git archive over a slow network connection.
-rw-r--r--doc/HOWTO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO b/doc/HOWTO
index 270534b..a4f0416 100644
--- a/doc/HOWTO
+++ b/doc/HOWTO
@@ -264,8 +264,8 @@ thandy-server timestamp
FROM THE CLIENT SIDE
--------------------
-svn checkout https://svn.torproject.org/svn/updater/trunk updater
-cd updater
+git clone --depth 1 git://git.torproject.org/git/thandy
+cd thandy
make
make test
python setup.py install --prefix=/home/thandy/install