소스 검색

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:
         ./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/