aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-04 09:01:46 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-04 09:01:46 -0500
commitb1ca05d273eaef7477528c059ab0d1deb0dc9dab (patch)
tree0cdd6a3cfc6ec0f5930c687293e6c484aa1c5a91 /README
parent60c86a3b79d542543f191a78f5c7ea2c77c0d3f0 (diff)
downloadtor-b1ca05d273eaef7477528c059ab0d1deb0dc9dab.tar.gz
tor-b1ca05d273eaef7477528c059ab0d1deb0dc9dab.zip
Update verbiage in README to mention autogen.sh
Closes ticket 13190
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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/