adds line about global installation

This commit is contained in:
Zachary Boyd 2017-03-24 20:36:23 -04:00
parent 3958a5e332
commit fd1c08ff16

View file

@ -11,6 +11,8 @@ Installation requirements are node.js and tor. Make sure "tor" is in your PATH.
To install run: `npm install` To install run: `npm install`
To start run: `bin/tor-router` 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. 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 .` To build run: `docker build -t znetstar/tor-router .`