commit 6cadf5aad68590427fa912e5e18a464c7532b4bc Author: Roger Dingledine arma@torproject.org Date: Sat Sep 8 15:27:25 2018 -0400
starting in tor 0.3.5.x, the tor binary is in src/app/ --- docs/en/tor-doc-unix.wml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/en/tor-doc-unix.wml b/docs/en/tor-doc-unix.wml index 3a6f49e6..62df7692 100644 --- a/docs/en/tor-doc-unix.wml +++ b/docs/en/tor-doc-unix.wml @@ -38,7 +38,9 @@ applicable). Then run:<br> <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br> <tt>./configure && make</tt><br> - Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt> + Now you can run tor as either <tt>src/or/tor</tt> (before 0.3.5.x) + or <tt>src/app/tor</tt> (0.3.5.x and later), or you can run <tt>make + install</tt> (as root if necessary) to install it into /usr/local/, and then you can start it just by running <tt>tor</tt>. </p>
tor-commits@lists.torproject.org