From c5a202b3483192c2b3291affe3b3e1cfdf4e4761 Mon Sep 17 00:00:00 2001 From: samcm Date: Sun, 4 Dec 2016 21:57:30 +1100 Subject: [PATCH] Readme Updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f929a090..0bd7ee01 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ You will need to run Plex Together from the command line: ## Running PT Server on macOS, Ubuntu & Windows * Clone this repo * cd to the server directory +* Install socket.io + * ``npm install socket.io -save`` * Run the server * ``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.