commit 66f08991f151417e28ab64002012b534aa94624e Author: Philipp Winter phw@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.