From fd1c08ff160f5e9ed7d858140f92685bb9422eac Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 24 Mar 2017 20:36:23 -0400 Subject: [PATCH] adds line about global installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1b1466..13f9331 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Installation requirements are node.js and tor. Make sure "tor" is in your PATH. To install run: `npm install` To start run: `bin/tor-router` +To install globally run: `npm install -g` + Alternatively docker can be used. The build will retrieve the latest version of Tor from the offical Tor Project repository. To build run: `docker build -t znetstar/tor-router .`