Update README.md
This commit is contained in:
parent
d359eb063a
commit
1d13da4ab5
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@ Please ensure you have followed the OS-specific instructions in doc/ to
|
|||
install NodeJS. Once you have node, then you can proceed to install the
|
||||
node packages for the realtime server:
|
||||
|
||||
cd realtime
|
||||
npm install #creates node_modules directory
|
||||
node realtime-server.js
|
||||
node realtime/realtime-server.js
|
||||
|
||||
That's it!
|
||||
|
||||
|
@ -15,4 +14,4 @@ To run the server as a daemon that will be re-run if it crashes, you can
|
|||
use the forever node package.
|
||||
|
||||
sudo npm install -g forever
|
||||
forever start realtime-server.js
|
||||
forever start realtime/realtime-server.js
|
||||
|
|
Loading…
Reference in a new issue