浏览代码

Update verbiage in README to mention autogen.sh

Closes ticket 13190
Nick Mathewson 9 年之前
父节点
当前提交
b1ca05d273
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README

+ 3 - 0
README

@@ -6,6 +6,9 @@ configure it properly.
 To build Tor from source:
 To build Tor from source:
         ./configure && make && make install
         ./configure && make && make install
 
 
+To build Tor from a just-cloned git repository:
+        sh autogen.sh && ./configure && make && make install
+
 Home page:
 Home page:
         https://www.torproject.org/
         https://www.torproject.org/