[tor-commits] [onionperf/master] Update instructions so they don't require root.

karsten at torproject.org karsten at torproject.org
Sat May 30 07:21:03 UTC 2020


commit 66f08991f151417e28ab64002012b534aa94624e
Author: Philipp Winter <phw at nymity.ch>
Date:   Fri May 15 11:25:17 2020 -0700

    Update instructions so they don't require root.
---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 40e85da..846d213 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,13 @@ sudo ln -s ~/tgen/build/tgen /usr/bin/tgen
 
 git clone https://github.com/torproject/onionperf
 cd onionperf
-sudo python3 setup.py build
-sudo python3 setup.py install
+python3 setup.py build
+python3 setup.py install --user
 ```
 
+Once the installation finished, you can find the onionperf script in
+`~/.local/bin/`.
+
 ## Step-by-step installation instructions
 
 Here you can find more detailed instructions for the current Debian stable distribution.





More information about the tor-commits mailing list