From: Nick Mathewson Date: Tue, 4 Nov 2014 14:01:46 +0000 (-0500) Subject: Update verbiage in README to mention autogen.sh X-Git-Tag: tor-0.2.6.2-alpha~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ca05d273eaef7477528c059ab0d1deb0dc9dab;p=thirdparty%2Ftor.git Update verbiage in README to mention autogen.sh Closes ticket 13190 --- diff --git a/README b/README index e878476aa6..342376faf4 100644 --- a/README +++ b/README @@ -6,6 +6,9 @@ configure it properly. To build Tor from source: ./configure && make && make install +To build Tor from a just-cloned git repository: + sh autogen.sh && ./configure && make && make install + Home page: https://www.torproject.org/