]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update verbiage in README to mention autogen.sh
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Nov 2014 14:01:46 +0000 (09:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Nov 2014 14:01:46 +0000 (09:01 -0500)
Closes ticket 13190

README

diff --git a/README b/README
index e878476aa6c9c63870f25881093c8eaf695f9540..342376faf4f9307953540fbf82572fe5b31a3889 100644 (file)
--- 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/