From 3c7c3e6949af64ecacb875c4700fc012c605bbbb Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Fri, 19 Apr 2019 13:18:02 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9cc3051..60517e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Generates fake traffic to a website using the Tor Browser (Firefox). ## Installation +Requires Tor Browser, by default it's expected to be obtained via the package manager, after which it gets called at least once to finish the installation. For Ubuntu and Debian systems: +``` +sudo apt-get install torbrowser-launcher python3 +``` + The tool requires Python 3.6+ to run and the `psutil` module. ``` pip3 install psutil