
4 Nov
2014
4 Nov
'14
2:02 p.m.
commit b1ca05d273eaef7477528c059ab0d1deb0dc9dab Author: Nick Mathewson <nickm@torproject.org> Date: Tue Nov 4 09:01:46 2014 -0500 Update verbiage in README to mention autogen.sh Closes ticket 13190 --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index e878476..342376f 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/