Update verbiage in README to mention autogen.sh

Closes ticket 13190
This commit is contained in:
Nick Mathewson 2014-11-04 09:01:46 -05:00
parent 60c86a3b79
commit b1ca05d273
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -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/