Readme Updates

This commit is contained in:
samcm 2016-12-04 21:57:30 +11:00
parent 602995f90d
commit c5a202b348
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ You will need to run Plex Together from the command line:
## Running PT Server on macOS, Ubuntu & Windows ## Running PT Server on macOS, Ubuntu & Windows
* Clone this repo * Clone this repo
* cd to the server directory * cd to the server directory
* Install socket.io
* ``npm install socket.io -save``
* Run the server * Run the server
* ``node server.js`` * ``node server.js``
* By default, the server will listen on 0.0.0.0:8088. Feel free to change this if that port is in use. * By default, the server will listen on 0.0.0.0:8088. Feel free to change this if that port is in use.