From ea1c2b85c14a3970e35930cff13eec1779736015 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 11 May 2018 13:21:53 -0700 Subject: [PATCH] Updates the README with information about using external tor executables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ff78b..0d0a79d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tor Router also includes a DNS forward proxy and a HTTP forward proxy as well, w ## Building and Running -The only installation requirement is node.js. Tor will be downloaded when the node modules are installed. +The only installation requirement is node.js. Tor is bundled with the application. To use an external Tor executable use the "--torPath" command line switch or set the "TOR_PATH" environment variable. To install run: `npm install` To start run: `bin/tor-router`