commit a5b15094679a9898aea9868bed7f5085a584f4d2 Author: Isis Lovecruft isis@torproject.org Date: Sat Mar 21 01:24:08 2015 +0000
Add link to leekspin in README.rst. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst index b4472c7..155c4f2 100644 --- a/README.rst +++ b/README.rst @@ -309,8 +309,9 @@ To create a bunch of fake bridge descriptors to test BridgeDB, do::
bridgedb mock [-n NUMBER_OF_DESCRIPTORS]
-Note that you will need to install ``leekspin`` in order to run the -``bridgedb mock``. See HACKING.md for details. +Note that you will need to install +`leekspin https://pypi.python.org/pypi/leekspin`__ in order to run the +``bridgedb mock`` command. See ``doc/HACKING.md`` for details.
And finally, to run the test suites, do::
tor-commits@lists.torproject.org