Updated README

This commit is contained in:
Jeff Parsons 2014-11-03 09:19:24 -08:00 committed by jeffpar
commit 28a92d6e0b
2 changed files with 10 additions and 1 deletions

View file

@ -251,6 +251,10 @@ If you want server.js to use a different port (the default is 8088), set PORT in
the server:
export PORT=80
or add `--port` to your command-line:
node server.js --logging --console --debug --port=80
A complete list of command-line options can be found in [server.js](server.js).